Html Css Color HEX #DD6889 Deep Blush

📋 copy color: '#DD6889'

red 221 ◦ green 104 ◦ blue 137

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

Shades of Deep Blush #DD6889

Tints of Deep Blush #DD6889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.51%

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

R = 47.84%
G = 22.51%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6889 (or 0xDD6889) is known color: Deep Blush. HEX triplet: DD, 68 and 89. RGB value is (221,104,137). Sum of RGB (Red+Green+Blue) = 221+104+137=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6889 is #229776. Grayscale: #8E8E8E. Windows color (decimal): -2266999 or 9005277. OLE color: 9005277.

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

Color convert

RGB 221 104 137 -
CMYK 0 0.53 0.38 0.13
HSL 343.08º 0.63% 0.64% -
HSV(B) 343.08º 0.53% 0.87% -
XYZ 39.28 27.08 26.82 -
YUV 142.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 221 104 137 0 0.53 0.38 0.13 343.08 0.63 0.64
Hex DD 68 89 0 35 26 D 157 3F 40
Octal 335 150 211 0 65 46 15 527 77 100
Binary 11011101 1101000 10001001 0 110101 100110 1101 101010111 111111 1000000

Color Harmonies of #DD6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6889

Black with #DD6889

Text Example


Text Example

White with #DD6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6889; }

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

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

background-color css

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

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

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

border-color css

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

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

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