Html Css Color HEX #DE7A88 Deep Blush

📋 copy color: '#DE7A88'

red 222 ◦ green 122 ◦ blue 136

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

Shades of Deep Blush #DE7A88

Tints of Deep Blush #DE7A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.42%

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

R = 46.25%
G = 25.42%
B = 28.33%

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

#DE7A88 (or 0xDE7A88) is known color: Deep Blush. HEX triplet: DE, 7A and 88. RGB value is (222,122,136). Sum of RGB (Red+Green+Blue) = 222+122+136=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7A88 is #218577. Grayscale: #999999. Windows color (decimal): -2196856 or 8944350. OLE color: 8944350.

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

Color convert

RGB 222 122 136 -
CMYK 0 0.45 0.39 0.13
HSL 351.6º 0.6% 0.67% -
HSV(B) 351.6º 0.45% 0.87% -
XYZ 41.53 31.23 27.13 -
YUV 153.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 222 122 136 0 0.45 0.39 0.13 351.6 0.6 0.67
Hex DE 7A 88 0 2D 27 D 160 3C 43
Octal 336 172 210 0 55 47 15 540 74 103
Binary 11011110 1111010 10001000 0 101101 100111 1101 101100000 111100 1000011

Color Harmonies of #DE7A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7A88

Black with #DE7A88

Text Example


Text Example

White with #DE7A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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