Html Css Color HEX #DD6D88 Deep Blush

📋 copy color: '#DD6D88'

red 221 ◦ green 109 ◦ blue 136

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

Shades of Deep Blush #DD6D88

Tints of Deep Blush #DD6D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.39%

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

R = 47.42%
G = 23.39%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6D88 (or 0xDD6D88) is known color: Deep Blush. HEX triplet: DD, 6D and 88. RGB value is (221,109,136). Sum of RGB (Red+Green+Blue) = 221+109+136=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D88 is #229277. Grayscale: #919191. Windows color (decimal): -2265720 or 8941021. OLE color: 8941021.

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

Color convert

RGB 221 109 136 -
CMYK 0 0.51 0.38 0.13
HSL 345.54º 0.62% 0.65% -
HSV(B) 345.54º 0.51% 0.87% -
XYZ 39.73 28.09 26.62 -
YUV 145.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 221 109 136 0 0.51 0.38 0.13 345.54 0.62 0.65
Hex DD 6D 88 0 33 26 D 15A 3E 41
Octal 335 155 210 0 63 46 15 532 76 101
Binary 11011101 1101101 10001000 0 110011 100110 1101 101011010 111110 1000001

Color Harmonies of #DD6D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D88

Black with #DD6D88

Text Example


Text Example

White with #DD6D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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