Html Css Color HEX #DE5A9C Pale Violet Red

📋 copy color: '#DE5A9C'

red 222 ◦ green 90 ◦ blue 156

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

Shades of Pale Violet Red #DE5A9C

Tints of Pale Violet Red #DE5A9C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.23%

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

R = 47.44%
G = 19.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE5A9C (or 0xDE5A9C) is known color: Pale Violet Red. HEX triplet: DE, 5A and 9C. RGB value is (222,90,156). Sum of RGB (Red+Green+Blue) = 222+90+156=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A9C is #21A563. Grayscale: #888888. Windows color (decimal): -2205028 or 10246878. OLE color: 10246878.

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

Color convert

RGB 222 90 156 -
CMYK 0 0.59 0.30 0.13
HSL 330º 0.67% 0.61% -
HSV(B) 330º 0.59% 0.87% -
XYZ 39.78 25.24 34.23 -
YUV 136.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 222 90 156 0 0.59 0.30 0.13 330 0.67 0.61
Hex DE 5A 9C 0 3B 1E D 14A 43 3D
Octal 336 132 234 0 73 36 15 512 103 75
Binary 11011110 1011010 10011100 0 111011 11110 1101 101001010 1000011 111101

Color Harmonies of #DE5A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A9C

Black with #DE5A9C

Text Example


Text Example

White with #DE5A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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