Html Css Color HEX #DC6599 Pale Violet Red

📋 copy color: '#DC6599'

red 220 ◦ green 101 ◦ blue 153

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

Shades of Pale Violet Red #DC6599

Tints of Pale Violet Red #DC6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

 BLUE value IS 153 (60.16% from 255) = 32.28%

R = 46.41%
G = 21.31%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6599 (or 0xDC6599) is known color: Pale Violet Red. HEX triplet: DC, 65 and 99. RGB value is (220,101,153). Sum of RGB (Red+Green+Blue) = 220+101+153=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6599 is #239A66. Grayscale: #8E8E8E. Windows color (decimal): -2333287 or 10053084. OLE color: 10053084.

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

Color convert

RGB 220 101 153 -
CMYK 0 0.54 0.30 0.14
HSL 333.78º 0.63% 0.63% -
HSV(B) 333.78º 0.54% 0.86% -
XYZ 39.92 26.82 33.21 -
YUV 142.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 220 101 153 0 0.54 0.30 0.14 333.78 0.63 0.63
Hex DC 65 99 0 36 1E E 14E 3F 3F
Octal 334 145 231 0 66 36 16 516 77 77
Binary 11011100 1100101 10011001 0 110110 11110 1110 101001110 111111 111111

Color Harmonies of #DC6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6599

Black with #DC6599

Text Example


Text Example

White with #DC6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6599; }

 p { color: rgb(220,101,153); }

 H1.HeaderClassName
 {
   color: #DC6599;
 }
 .AnyTagClassName
 {
   color: #DC6599;
 }
</style>

background-color css

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

 a { background-color: rgb(220,101,153); }

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

border-color css

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

 span { border-color: rgb(220,101,153); }

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