Html Css Color HEX #DC648F Pale Violet Red

📋 copy color: '#DC648F'

red 220 ◦ green 100 ◦ blue 143

#DC648F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #DC648F

Tints of Pale Violet Red #DC648F

RGB

 RED value IS 220 (86.33% from 255) = 47.52%

 GREEN value IS 100 (39.45% from 255) = 21.6%

 BLUE value IS 143 (56.25% from 255) = 30.89%

R = 47.52%
G = 21.6%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC648F (or 0xDC648F) is known color: 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

RGB 220 100 143 -
CMYK 0 0.55 0.35 0.14
HSL 338.5º 0.63% 0.63% -
HSV(B) 338.5º 0.55% 0.86% -
XYZ 39.03 26.31 29.01 -
YUV 140.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 220 100 143 0 0.55 0.35 0.14 338.5 0.63 0.63
Hex DC 64 8F 0 37 23 E 152 3F 3F
Octal 334 144 217 0 67 43 16 522 77 77
Binary 11011100 1100100 10001111 0 110111 100011 1110 101010010 111111 111111

Color Harmonies of #DC648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC648F

Black with #DC648F

Text Example


Text Example

White with #DC648F

Text Example


Text Example

HTML Codes & Css Web 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>