Html Css Color HEX #DC5F8C Pale Violet Red

📋 copy color: '#DC5F8C'

red 220 ◦ green 95 ◦ blue 140

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

Shades of Pale Violet Red #DC5F8C

Tints of Pale Violet Red #DC5F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.77%

R = 48.35%
G = 20.88%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC5F8C (or 0xDC5F8C) is known color: Pale Violet Red. HEX triplet: DC, 5F and 8C. RGB value is (220,95,140). Sum of RGB (Red+Green+Blue) = 220+95+140=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F8C is #23A073. Grayscale: #898989. Windows color (decimal): -2334836 or 9199580. OLE color: 9199580.

HSL color Cylindrical-coordinate representation of color #DC5F8C: hue angle of 338.4º 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 #DC5F8C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 140 -
CMYK 0 0.57 0.36 0.14
HSL 338.4º 0.64% 0.62% -
HSV(B) 338.4º 0.57% 0.86% -
XYZ 38.34 25.29 27.67 -
YUV 137.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 220 95 140 0 0.57 0.36 0.14 338.4 0.64 0.62
Hex DC 5F 8C 0 39 24 E 152 40 3E
Octal 334 137 214 0 71 44 16 522 100 76
Binary 11011100 1011111 10001100 0 111001 100100 1110 101010010 1000000 111110

Color Harmonies of #DC5F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F8C

Black with #DC5F8C

Text Example


Text Example

White with #DC5F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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