Html Css Color HEX #DD6687 Deep Blush

📋 copy color: '#DD6687'

red 221 ◦ green 102 ◦ blue 135

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

Shades of Deep Blush #DD6687

Tints of Deep Blush #DD6687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.48%

R = 48.25%
G = 22.27%
B = 29.48%

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

#DD6687 (or 0xDD6687) is known color: Deep Blush. HEX triplet: DD, 66 and 87. RGB value is (221,102,135). Sum of RGB (Red+Green+Blue) = 221+102+135=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6687 is #229978. Grayscale: #8D8D8D. Windows color (decimal): -2267513 or 8873693. OLE color: 8873693.

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

Color convert

RGB 221 102 135 -
CMYK 0 0.54 0.39 0.13
HSL 343.36º 0.64% 0.63% -
HSV(B) 343.36º 0.54% 0.87% -
XYZ 38.94 26.62 26.01 -
YUV 141.34 124.42 184.82 -
System Red Green Blue C M Y K H S L
Decimal 221 102 135 0 0.54 0.39 0.13 343.36 0.64 0.63
Hex DD 66 87 0 36 27 D 157 40 3F
Octal 335 146 207 0 66 47 15 527 100 77
Binary 11011101 1100110 10000111 0 110110 100111 1101 101010111 1000000 111111

Color Harmonies of #DD6687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6687

Black with #DD6687

Text Example


Text Example

White with #DD6687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6687; }

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

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

background-color css

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

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

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

border-color css

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

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

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