Html Css Color HEX #DD6F89 Deep Blush

📋 copy color: '#DD6F89'

red 221 ◦ green 111 ◦ blue 137

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

Shades of Deep Blush #DD6F89

Tints of Deep Blush #DD6F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 47.12%
G = 23.67%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6F89 (or 0xDD6F89) is known color: Deep Blush. HEX triplet: DD, 6F and 89. RGB value is (221,111,137). Sum of RGB (Red+Green+Blue) = 221+111+137=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6F89 is #229076. Grayscale: #929292. Windows color (decimal): -2265207 or 9007069. OLE color: 9007069.

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

Color convert

RGB 221 111 137 -
CMYK 0 0.50 0.38 0.13
HSL 345.82º 0.62% 0.65% -
HSV(B) 345.82º 0.5% 0.87% -
XYZ 40.02 28.55 27.07 -
YUV 146.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 221 111 137 0 0.50 0.38 0.13 345.82 0.62 0.65
Hex DD 6F 89 0 32 26 D 15A 3E 41
Octal 335 157 211 0 62 46 15 532 76 101
Binary 11011101 1101111 10001001 0 110010 100110 1101 101011010 111110 1000001

Color Harmonies of #DD6F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F89

Black with #DD6F89

Text Example


Text Example

White with #DD6F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F89; }

 p { color: rgb(221,111,137); }

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

background-color css

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

 a { background-color: rgb(221,111,137); }

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

border-color css

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

 span { border-color: rgb(221,111,137); }

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