#dc648f

Color #DC648F Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DC648F

Tints of Pale Violet Red #DC648F

Color information

#DC648F (or 0xDC648F) is unknown color: approx Pale Violet Red. HEX triplet: DC, 64 and 8F. RGB value is (220,100,143). Sum of RGB (Red+Green+Blue) = 220+100+143=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC648F is #239B70. Grayscale: #8C8C8C. Windows color (decimal): -2333553 or 9397468. OLE color: 9397468.

HSL color Cylindrical-coordinate representation of color #DC648F: hue angle of 338.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC648F is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220100143-
CMYK00.550.350.14
HSL338.5º63.16%62.75%-
HSV(B)338.5º54.55%86.27%-
XYZ39.0326.3129.01-
YUV140.78129.26184.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=47.52%
G=21.60%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010014300.550.350.14338.563.1662.75
HexDC648F03723E1523f3f
Octal33414421706743165227777
Binary1101110011001001000111101101111000111110101010010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc648f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc648f; }

 p { color: rgb(220,100,143); }

 H1.HeaderClassName
 {
   color: #dc648f;
 }
 .AnyTagClassName
 {
   color: #dc648f;
 }
</style>
background-color css

<style>
 a { background-color: #dc648f; }

 a { background-color: rgb(220,100,143); }

 div.DivClassName
 {
   background-color: #dc648f;
 }
 .BgClassName
 {
   background-color: #dc648f;
 }
</style>
border-color css

<style>
 span { border-color: #dc648f; }

 span { border-color: rgb(220,100,143); }

 td.TdClassName
 {
   border-color: #dc648f;
 }
 .TagClassName
 {
   border-color: #dc648f;
 }
</style>