Html Css Color HEX #DE5995 Pale Violet Red

📋 copy color: '#DE5995'

red 222 ◦ green 89 ◦ blue 149

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

Shades of Pale Violet Red #DE5995

Tints of Pale Violet Red #DE5995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

 BLUE value IS 149 (58.59% from 255) = 32.39%

R = 48.26%
G = 19.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE5995 (or 0xDE5995) is known color: Pale Violet Red. HEX triplet: DE, 59 and 95. RGB value is (222,89,149). Sum of RGB (Red+Green+Blue) = 222+89+149=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5995 is #21A66A. Grayscale: #878787. Windows color (decimal): -2205291 or 9787870. OLE color: 9787870.

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

Color convert

RGB 222 89 149 -
CMYK 0 0.60 0.33 0.13
HSL 332.93º 0.67% 0.61% -
HSV(B) 332.93º 0.6% 0.87% -
XYZ 39.12 24.84 31.17 -
YUV 135.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 222 89 149 0 0.60 0.33 0.13 332.93 0.67 0.61
Hex DE 59 95 0 3C 21 D 14D 43 3D
Octal 336 131 225 0 74 41 15 515 103 75
Binary 11011110 1011001 10010101 0 111100 100001 1101 101001101 1000011 111101

Color Harmonies of #DE5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5995

Black with #DE5995

Text Example


Text Example

White with #DE5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5995; }

 p { color: rgb(222,89,149); }

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

background-color css

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

 a { background-color: rgb(222,89,149); }

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

border-color css

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

 span { border-color: rgb(222,89,149); }

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