Html Css Color HEX #DD6988 Deep Blush

📋 copy color: '#DD6988'

red 221 ◦ green 105 ◦ blue 136

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

Shades of Deep Blush #DD6988

Tints of Deep Blush #DD6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

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

R = 47.84%
G = 22.73%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6988 (or 0xDD6988) is known color: Deep Blush. HEX triplet: DD, 69 and 88. RGB value is (221,105,136). Sum of RGB (Red+Green+Blue) = 221+105+136=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6988 is #229677. Grayscale: #8F8F8F. Windows color (decimal): -2266744 or 8939997. OLE color: 8939997.

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

Color convert

RGB 221 105 136 -
CMYK 0 0.52 0.38 0.13
HSL 343.97º 0.63% 0.64% -
HSV(B) 343.97º 0.52% 0.87% -
XYZ 39.31 27.25 26.48 -
YUV 143.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 221 105 136 0 0.52 0.38 0.13 343.97 0.63 0.64
Hex DD 69 88 0 34 26 D 158 3F 40
Octal 335 151 210 0 64 46 15 530 77 100
Binary 11011101 1101001 10001000 0 110100 100110 1101 101011000 111111 1000000

Color Harmonies of #DD6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6988

Black with #DD6988

Text Example


Text Example

White with #DD6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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