Html Css Color HEX #DC5E9A Pale Violet Red

📋 copy color: '#DC5E9A'

red 220 ◦ green 94 ◦ blue 154

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

Shades of Pale Violet Red #DC5E9A

Tints of Pale Violet Red #DC5E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 47.01%
G = 20.09%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC5E9A (or 0xDC5E9A) is known color: Pale Violet Red. HEX triplet: DC, 5E and 9A. RGB value is (220,94,154). Sum of RGB (Red+Green+Blue) = 220+94+154=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E9A is #23A165. Grayscale: #8A8A8A. Windows color (decimal): -2335078 or 10116828. OLE color: 10116828.

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

Color convert

RGB 220 94 154 -
CMYK 0 0.57 0.3 0.14
HSL 331.43º 0.64% 0.62% -
HSV(B) 331.43º 0.57% 0.86% -
XYZ 39.35 25.55 33.43 -
YUV 138.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 220 94 154 0 0.57 0.3 0.14 331.43 0.64 0.62
Hex DC 5E 9A 0 39 1E E 14B 40 3E
Octal 334 136 232 0 71 36 16 513 100 76
Binary 11011100 1011110 10011010 0 111001 11110 1110 101001011 1000000 111110

Color Harmonies of #DC5E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E9A

Black with #DC5E9A

Text Example


Text Example

White with #DC5E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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