Html Css Color HEX #DD7088 Deep Blush

📋 copy color: '#DD7088'

red 221 ◦ green 112 ◦ blue 136

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

Shades of Deep Blush #DD7088

Tints of Deep Blush #DD7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

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

R = 47.12%
G = 23.88%
B = 29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7088 (or 0xDD7088) is known color: Deep Blush. HEX triplet: DD, 70 and 88. RGB value is (221,112,136). Sum of RGB (Red+Green+Blue) = 221+112+136=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7088 is #228F77. Grayscale: #939393. Windows color (decimal): -2264952 or 8941789. OLE color: 8941789.

HSL color Cylindrical-coordinate representation of color #DD7088: hue angle of 346.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7088 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 136 -
CMYK 0 0.49 0.38 0.13
HSL 346.79º 0.62% 0.65% -
HSV(B) 346.79º 0.49% 0.87% -
XYZ 40.06 28.74 26.73 -
YUV 147.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 221 112 136 0 0.49 0.38 0.13 346.79 0.62 0.65
Hex DD 70 88 0 31 26 D 15B 3E 41
Octal 335 160 210 0 61 46 15 533 76 101
Binary 11011101 1110000 10001000 0 110001 100110 1101 101011011 111110 1000001

Color Harmonies of #DD7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7088

Black with #DD7088

Text Example


Text Example

White with #DD7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7088; }

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

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

background-color css

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

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

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

border-color css

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

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

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