Html Css Color HEX #DD7987 Deep Blush

📋 copy color: '#DD7987'

red 221 ◦ green 121 ◦ blue 135

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

Shades of Deep Blush #DD7987

Tints of Deep Blush #DD7987

RGB

 RED value IS 221 (86.72% from 255) = 46.33%

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

 BLUE value IS 135 (53.13% from 255) = 28.3%

R = 46.33%
G = 25.37%
B = 28.3%

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

#DD7987 (or 0xDD7987) is known color: Deep Blush. HEX triplet: DD, 79 and 87. RGB value is (221,121,135). Sum of RGB (Red+Green+Blue) = 221+121+135=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7987 is #228678. Grayscale: #989898. Windows color (decimal): -2262649 or 8878557. OLE color: 8878557.

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

Color convert

RGB 221 121 135 -
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.03 30.8 26.7 -
YUV 152.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 221 121 135 0 0.45 0.39 0.13 351.6 0.6 0.67
Hex DD 79 87 0 2D 27 D 160 3C 43
Octal 335 171 207 0 55 47 15 540 74 103
Binary 11011101 1111001 10000111 0 101101 100111 1101 101100000 111100 1000011

Color Harmonies of #DD7987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7987

Black with #DD7987

Text Example


Text Example

White with #DD7987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7987; }

 p { color: rgb(221,121,135); }

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

background-color css

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

 a { background-color: rgb(221,121,135); }

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

border-color css

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

 span { border-color: rgb(221,121,135); }

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