Html Css Color HEX #DE5D9F Pale Violet Red

📋 copy color: '#DE5D9F'

red 222 ◦ green 93 ◦ blue 159

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

Shades of Pale Violet Red #DE5D9F

Tints of Pale Violet Red #DE5D9F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.62%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 46.84%
G = 19.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE5D9F (or 0xDE5D9F) is known color: Pale Violet Red. HEX triplet: DE, 5D and 9F. RGB value is (222,93,159). Sum of RGB (Red+Green+Blue) = 222+93+159=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5D9F is #21A260. Grayscale: #8A8A8A. Windows color (decimal): -2204257 or 10444254. OLE color: 10444254.

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

Color convert

RGB 222 93 159 -
CMYK 0 0.58 0.28 0.13
HSL 329.3º 0.66% 0.62% -
HSV(B) 329.3º 0.58% 0.87% -
XYZ 40.3 25.86 35.67 -
YUV 139.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 222 93 159 0 0.58 0.28 0.13 329.3 0.66 0.62
Hex DE 5D 9F 0 3A 1C D 149 42 3E
Octal 336 135 237 0 72 34 15 511 102 76
Binary 11011110 1011101 10011111 0 111010 11100 1101 101001001 1000010 111110

Color Harmonies of #DE5D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5D9F

Black with #DE5D9F

Text Example


Text Example

White with #DE5D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5D9F; }

 p { color: rgb(222,93,159); }

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

background-color css

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

 a { background-color: rgb(222,93,159); }

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

border-color css

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

 span { border-color: rgb(222,93,159); }

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