Html Css Color HEX #DC5993 Pale Violet Red

📋 copy color: '#DC5993'

red 220 ◦ green 89 ◦ blue 147

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

Shades of Pale Violet Red #DC5993

Tints of Pale Violet Red #DC5993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.52%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 48.25%
G = 19.52%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5993 (or 0xDC5993) is known color: Pale Violet Red. HEX triplet: DC, 59 and 93. RGB value is (220,89,147). Sum of RGB (Red+Green+Blue) = 220+89+147=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5993 is #23A66C. Grayscale: #868686. Windows color (decimal): -2336365 or 9656796. OLE color: 9656796.

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

Color convert

RGB 220 89 147 -
CMYK 0 0.60 0.33 0.14
HSL 333.44º 0.65% 0.61% -
HSV(B) 333.44º 0.6% 0.86% -
XYZ 38.35 24.47 30.3 -
YUV 134.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 220 89 147 0 0.60 0.33 0.14 333.44 0.65 0.61
Hex DC 59 93 0 3C 21 E 14D 41 3D
Octal 334 131 223 0 74 41 16 515 101 75
Binary 11011100 1011001 10010011 0 111100 100001 1110 101001101 1000001 111101

Color Harmonies of #DC5993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5993

Black with #DC5993

Text Example


Text Example

White with #DC5993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5993; }

 p { color: rgb(220,89,147); }

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

background-color css

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

 a { background-color: rgb(220,89,147); }

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

border-color css

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

 span { border-color: rgb(220,89,147); }

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