Html Css Color HEX #DD7288 Deep Blush

📋 copy color: '#DD7288'

red 221 ◦ green 114 ◦ blue 136

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

Shades of Deep Blush #DD7288

Tints of Deep Blush #DD7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

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

R = 46.92%
G = 24.2%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7288 (or 0xDD7288) is known color: Deep Blush. HEX triplet: DD, 72 and 88. RGB value is (221,114,136). Sum of RGB (Red+Green+Blue) = 221+114+136=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7288 is #228D77. Grayscale: #949494. Windows color (decimal): -2264440 or 8942301. OLE color: 8942301.

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

Color convert

RGB 221 114 136 -
CMYK 0 0.48 0.38 0.13
HSL 347.66º 0.61% 0.66% -
HSV(B) 347.66º 0.48% 0.87% -
XYZ 40.28 29.18 26.8 -
YUV 148.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 221 114 136 0 0.48 0.38 0.13 347.66 0.61 0.66
Hex DD 72 88 0 30 26 D 15C 3D 42
Octal 335 162 210 0 60 46 15 534 75 102
Binary 11011101 1110010 10001000 0 110000 100110 1101 101011100 111101 1000010

Color Harmonies of #DD7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7288

Black with #DD7288

Text Example


Text Example

White with #DD7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7288; }

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

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

background-color css

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

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

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

border-color css

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

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

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