Html Css Color HEX #DD6689 Deep Blush

📋 copy color: '#DD6689'

red 221 ◦ green 102 ◦ blue 137

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

Shades of Deep Blush #DD6689

Tints of Deep Blush #DD6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.17%

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

R = 48.04%
G = 22.17%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD6689 (or 0xDD6689) is known color: Deep Blush. HEX triplet: DD, 66 and 89. RGB value is (221,102,137). Sum of RGB (Red+Green+Blue) = 221+102+137=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6689 is #229976. Grayscale: #8D8D8D. Windows color (decimal): -2267511 or 9004765. OLE color: 9004765.

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

Color convert

RGB 221 102 137 -
CMYK 0 0.54 0.38 0.13
HSL 342.35º 0.64% 0.63% -
HSV(B) 342.35º 0.54% 0.87% -
XYZ 39.09 26.68 26.76 -
YUV 141.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 221 102 137 0 0.54 0.38 0.13 342.35 0.64 0.63
Hex DD 66 89 0 36 26 D 156 40 3F
Octal 335 146 211 0 66 46 15 526 100 77
Binary 11011101 1100110 10001001 0 110110 100110 1101 101010110 1000000 111111

Color Harmonies of #DD6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6689

Black with #DD6689

Text Example


Text Example

White with #DD6689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6689; }

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

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

background-color css

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

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

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

border-color css

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

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

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