Html Css Color HEX #DD7988 Deep Blush

📋 copy color: '#DD7988'

red 221 ◦ green 121 ◦ blue 136

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

Shades of Deep Blush #DD7988

Tints of Deep Blush #DD7988

RGB

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

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

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

R = 46.23%
G = 25.31%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7988 (or 0xDD7988) is known color: Deep Blush. HEX triplet: DD, 79 and 88. RGB value is (221,121,136). Sum of RGB (Red+Green+Blue) = 221+121+136=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7988 is #228677. Grayscale: #989898. Windows color (decimal): -2262648 or 8944093. OLE color: 8944093.

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

Color convert

RGB 221 121 136 -
CMYK 0 0.45 0.38 0.13
HSL 351º 0.6% 0.67% -
HSV(B) 351º 0.45% 0.87% -
XYZ 41.1 30.82 27.08 -
YUV 152.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 221 121 136 0 0.45 0.38 0.13 351 0.6 0.67
Hex DD 79 88 0 2D 26 D 15F 3C 43
Octal 335 171 210 0 55 46 15 537 74 103
Binary 11011101 1111001 10001000 0 101101 100110 1101 101011111 111100 1000011

Color Harmonies of #DD7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7988

Black with #DD7988

Text Example


Text Example

White with #DD7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7988; }

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

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

background-color css

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

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

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

border-color css

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

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

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