Html Css Color HEX #DC5E93 Pale Violet Red

📋 copy color: '#DC5E93'

red 220 ◦ green 94 ◦ blue 147

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

Shades of Pale Violet Red #DC5E93

Tints of Pale Violet Red #DC5E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.39%

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

R = 47.72%
G = 20.39%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5E93 (or 0xDC5E93) is known color: Pale Violet Red. HEX triplet: DC, 5E and 93. RGB value is (220,94,147). Sum of RGB (Red+Green+Blue) = 220+94+147=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E93 is #23A16C. Grayscale: #898989. Windows color (decimal): -2335085 or 9658076. OLE color: 9658076.

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

Color convert

RGB 220 94 147 -
CMYK 0 0.57 0.33 0.14
HSL 334.76º 0.64% 0.62% -
HSV(B) 334.76º 0.57% 0.86% -
XYZ 38.78 25.33 30.45 -
YUV 137.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 220 94 147 0 0.57 0.33 0.14 334.76 0.64 0.62
Hex DC 5E 93 0 39 21 E 14F 40 3E
Octal 334 136 223 0 71 41 16 517 100 76
Binary 11011100 1011110 10010011 0 111001 100001 1110 101001111 1000000 111110

Color Harmonies of #DC5E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E93

Black with #DC5E93

Text Example


Text Example

White with #DC5E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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