Html Css Color HEX #DE7988 Deep Blush

📋 copy color: '#DE7988'

red 222 ◦ green 121 ◦ blue 136

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

Shades of Deep Blush #DE7988

Tints of Deep Blush #DE7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.26%

 BLUE value IS 136 (53.52% from 255) = 28.39%

R = 46.35%
G = 25.26%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DE7988 (or 0xDE7988) is known color: Deep Blush. HEX triplet: DE, 79 and 88. RGB value is (222,121,136). Sum of RGB (Red+Green+Blue) = 222+121+136=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7988 is #218677. Grayscale: #989898. Windows color (decimal): -2197112 or 8944094. OLE color: 8944094.

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

Color convert

RGB 222 121 136 -
CMYK 0 0.45 0.39 0.13
HSL 351.09º 0.6% 0.67% -
HSV(B) 351.09º 0.45% 0.87% -
XYZ 41.41 30.98 27.09 -
YUV 152.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 222 121 136 0 0.45 0.39 0.13 351.09 0.6 0.67
Hex DE 79 88 0 2D 27 D 15F 3C 43
Octal 336 171 210 0 55 47 15 537 74 103
Binary 11011110 1111001 10001000 0 101101 100111 1101 101011111 111100 1000011

Color Harmonies of #DE7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7988

Black with #DE7988

Text Example


Text Example

White with #DE7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7988; }

 p { color: rgb(222,121,136); }

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

background-color css

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

 a { background-color: rgb(222,121,136); }

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

border-color css

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

 span { border-color: rgb(222,121,136); }

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