Html Css Color HEX #DC5F99 Pale Violet Red

📋 copy color: '#DC5F99'

red 220 ◦ green 95 ◦ blue 153

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

Shades of Pale Violet Red #DC5F99

Tints of Pale Violet Red #DC5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.3%

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

R = 47.01%
G = 20.3%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC5F99 (or 0xDC5F99) is known color: Pale Violet Red. HEX triplet: DC, 5F and 99. RGB value is (220,95,153). Sum of RGB (Red+Green+Blue) = 220+95+153=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F99 is #23A066. Grayscale: #8A8A8A. Windows color (decimal): -2334823 or 10051548. OLE color: 10051548.

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

Color convert

RGB 220 95 153 -
CMYK 0 0.57 0.30 0.14
HSL 332.16º 0.64% 0.62% -
HSV(B) 332.16º 0.57% 0.86% -
XYZ 39.36 25.7 33.02 -
YUV 138.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 220 95 153 0 0.57 0.30 0.14 332.16 0.64 0.62
Hex DC 5F 99 0 39 1E E 14C 40 3E
Octal 334 137 231 0 71 36 16 514 100 76
Binary 11011100 1011111 10011001 0 111001 11110 1110 101001100 1000000 111110

Color Harmonies of #DC5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F99

Black with #DC5F99

Text Example


Text Example

White with #DC5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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