Html Css Color HEX #DC5B91 Pale Violet Red

📋 copy color: '#DC5B91'

red 220 ◦ green 91 ◦ blue 145

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

Shades of Pale Violet Red #DC5B91

Tints of Pale Violet Red #DC5B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 48.25%
G = 19.96%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5B91 (or 0xDC5B91) is known color: Pale Violet Red. HEX triplet: DC, 5B and 91. RGB value is (220,91,145). Sum of RGB (Red+Green+Blue) = 220+91+145=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B91 is #23A46E. Grayscale: #878787. Windows color (decimal): -2335855 or 9526236. OLE color: 9526236.

HSL color Cylindrical-coordinate representation of color #DC5B91: hue angle of 334.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B91 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 145 -
CMYK 0 0.59 0.34 0.14
HSL 334.88º 0.65% 0.61% -
HSV(B) 334.88º 0.59% 0.86% -
XYZ 38.37 24.74 29.54 -
YUV 135.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 220 91 145 0 0.59 0.34 0.14 334.88 0.65 0.61
Hex DC 5B 91 0 3B 22 E 14F 41 3D
Octal 334 133 221 0 73 42 16 517 101 75
Binary 11011100 1011011 10010001 0 111011 100010 1110 101001111 1000001 111101

Color Harmonies of #DC5B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B91

Black with #DC5B91

Text Example


Text Example

White with #DC5B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B91; }

 p { color: rgb(220,91,145); }

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

background-color css

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

 a { background-color: rgb(220,91,145); }

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

border-color css

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

 span { border-color: rgb(220,91,145); }

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