Html Css Color HEX #DD6A89 Deep Blush

📋 copy color: '#DD6A89'

red 221 ◦ green 106 ◦ blue 137

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

Shades of Deep Blush #DD6A89

Tints of Deep Blush #DD6A89

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 47.63%
G = 22.84%
B = 29.53%

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

#DD6A89 (or 0xDD6A89) is known color: Deep Blush. HEX triplet: DD, 6A and 89. RGB value is (221,106,137). Sum of RGB (Red+Green+Blue) = 221+106+137=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6A89 is #229576. Grayscale: #8F8F8F. Windows color (decimal): -2266487 or 9005789. OLE color: 9005789.

HSL color Cylindrical-coordinate representation of color #DD6A89: hue angle of 343.83º 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 #DD6A89 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 106 137 -
CMYK 0 0.52 0.38 0.13
HSL 343.83º 0.63% 0.64% -
HSV(B) 343.83º 0.52% 0.87% -
XYZ 39.49 27.49 26.89 -
YUV 143.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 221 106 137 0 0.52 0.38 0.13 343.83 0.63 0.64
Hex DD 6A 89 0 34 26 D 158 3F 40
Octal 335 152 211 0 64 46 15 530 77 100
Binary 11011101 1101010 10001001 0 110100 100110 1101 101011000 111111 1000000

Color Harmonies of #DD6A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A89

Black with #DD6A89

Text Example


Text Example

White with #DD6A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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