Html Css Color HEX #DE5E9C Pale Violet Red

📋 copy color: '#DE5E9C'

red 222 ◦ green 94 ◦ blue 156

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

Shades of Pale Violet Red #DE5E9C

Tints of Pale Violet Red #DE5E9C

RGB

 RED value IS 222 (87.11% from 255) = 47.03%

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

 BLUE value IS 156 (61.33% from 255) = 33.05%

R = 47.03%
G = 19.92%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE5E9C (or 0xDE5E9C) is known color: Pale Violet Red. HEX triplet: DE, 5E and 9C. RGB value is (222,94,156). Sum of RGB (Red+Green+Blue) = 222+94+156=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5E9C is #21A163. Grayscale: #8B8B8B. Windows color (decimal): -2204004 or 10247902. OLE color: 10247902.

HSL color Cylindrical-coordinate representation of color #DE5E9C: hue angle of 330.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E9C is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 156 -
CMYK 0 0.58 0.30 0.13
HSL 330.94º 0.66% 0.62% -
HSV(B) 330.94º 0.58% 0.87% -
XYZ 40.13 25.94 34.34 -
YUV 139.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 222 94 156 0 0.58 0.30 0.13 330.94 0.66 0.62
Hex DE 5E 9C 0 3A 1E D 14B 42 3E
Octal 336 136 234 0 72 36 15 513 102 76
Binary 11011110 1011110 10011100 0 111010 11110 1101 101001011 1000010 111110

Color Harmonies of #DE5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E9C

Black with #DE5E9C

Text Example


Text Example

White with #DE5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E9C; }

 p { color: rgb(222,94,156); }

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

background-color css

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

 a { background-color: rgb(222,94,156); }

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

border-color css

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

 span { border-color: rgb(222,94,156); }

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