Html Css Color HEX #DD6686 Deep Blush

📋 copy color: '#DD6686'

red 221 ◦ green 102 ◦ blue 134

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

Shades of Deep Blush #DD6686

Tints of Deep Blush #DD6686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 48.36%
G = 22.32%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6686 (or 0xDD6686) is known color: Deep Blush. HEX triplet: DD, 66 and 86. RGB value is (221,102,134). Sum of RGB (Red+Green+Blue) = 221+102+134=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6686 is #229979. Grayscale: #8D8D8D. Windows color (decimal): -2267514 or 8808157. OLE color: 8808157.

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

Color convert

RGB 221 102 134 -
CMYK 0 0.54 0.39 0.13
HSL 343.87º 0.64% 0.63% -
HSV(B) 343.87º 0.54% 0.87% -
XYZ 38.87 26.6 25.64 -
YUV 141.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 221 102 134 0 0.54 0.39 0.13 343.87 0.64 0.63
Hex DD 66 86 0 36 27 D 158 40 3F
Octal 335 146 206 0 66 47 15 530 100 77
Binary 11011101 1100110 10000110 0 110110 100111 1101 101011000 1000000 111111

Color Harmonies of #DD6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6686

Black with #DD6686

Text Example


Text Example

White with #DD6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6686; }

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

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

background-color css

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

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

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

border-color css

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

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

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