Html Css Color HEX #DE5A9E Pale Violet Red

📋 copy color: '#DE5A9E'

red 222 ◦ green 90 ◦ blue 158

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

Shades of Pale Violet Red #DE5A9E

Tints of Pale Violet Red #DE5A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 47.23%
G = 19.15%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE5A9E (or 0xDE5A9E) is known color: Pale Violet Red. HEX triplet: DE, 5A and 9E. RGB value is (222,90,158). Sum of RGB (Red+Green+Blue) = 222+90+158=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5A9E is #21A561. Grayscale: #898989. Windows color (decimal): -2205026 or 10377950. OLE color: 10377950.

HSL color Cylindrical-coordinate representation of color #DE5A9E: hue angle of 329.09º 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 #DE5A9E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 90 158 -
CMYK 0 0.59 0.29 0.13
HSL 329.09º 0.67% 0.61% -
HSV(B) 329.09º 0.59% 0.87% -
XYZ 39.95 25.31 35.13 -
YUV 137.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 222 90 158 0 0.59 0.29 0.13 329.09 0.67 0.61
Hex DE 5A 9E 0 3B 1D D 149 43 3D
Octal 336 132 236 0 73 35 15 511 103 75
Binary 11011110 1011010 10011110 0 111011 11101 1101 101001001 1000011 111101

Color Harmonies of #DE5A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A9E

Black with #DE5A9E

Text Example


Text Example

White with #DE5A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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