Html Css Color HEX #DC5E94 Pale Violet Red

📋 copy color: '#DC5E94'

red 220 ◦ green 94 ◦ blue 148

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

Shades of Pale Violet Red #DC5E94

Tints of Pale Violet Red #DC5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 47.62%
G = 20.35%
B = 32.03%

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

#DC5E94 (or 0xDC5E94) is known color: Pale Violet Red. HEX triplet: DC, 5E and 94. RGB value is (220,94,148). Sum of RGB (Red+Green+Blue) = 220+94+148=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E94 is #23A16B. Grayscale: #898989. Windows color (decimal): -2335084 or 9723612. OLE color: 9723612.

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

Color convert

RGB 220 94 148 -
CMYK 0 0.57 0.33 0.14
HSL 334.29º 0.64% 0.62% -
HSV(B) 334.29º 0.57% 0.86% -
XYZ 38.86 25.36 30.86 -
YUV 137.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 220 94 148 0 0.57 0.33 0.14 334.29 0.64 0.62
Hex DC 5E 94 0 39 21 E 14E 40 3E
Octal 334 136 224 0 71 41 16 516 100 76
Binary 11011100 1011110 10010100 0 111001 100001 1110 101001110 1000000 111110

Color Harmonies of #DC5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E94

Black with #DC5E94

Text Example


Text Example

White with #DC5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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