Html Css Color HEX #DD6B89 Deep Blush

📋 copy color: '#DD6B89'

red 221 ◦ green 107 ◦ blue 137

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

Shades of Deep Blush #DD6B89

Tints of Deep Blush #DD6B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

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

R = 47.53%
G = 23.01%
B = 29.46%

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

#DD6B89 (or 0xDD6B89) is known color: Deep Blush. HEX triplet: DD, 6B and 89. RGB value is (221,107,137). Sum of RGB (Red+Green+Blue) = 221+107+137=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6B89 is #229476. Grayscale: #909090. Windows color (decimal): -2266231 or 9006045. OLE color: 9006045.

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

Color convert

RGB 221 107 137 -
CMYK 0 0.52 0.38 0.13
HSL 344.21º 0.63% 0.64% -
HSV(B) 344.21º 0.52% 0.87% -
XYZ 39.59 27.69 26.93 -
YUV 144.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 221 107 137 0 0.52 0.38 0.13 344.21 0.63 0.64
Hex DD 6B 89 0 34 26 D 158 3F 40
Octal 335 153 211 0 64 46 15 530 77 100
Binary 11011101 1101011 10001001 0 110100 100110 1101 101011000 111111 1000000

Color Harmonies of #DD6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B89

Black with #DD6B89

Text Example


Text Example

White with #DD6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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