Html Css Color HEX #DD6987 Deep Blush

📋 copy color: '#DD6987'

red 221 ◦ green 105 ◦ blue 135

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

Shades of Deep Blush #DD6987

Tints of Deep Blush #DD6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.78%

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

R = 47.94%
G = 22.78%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6987 (or 0xDD6987) is known color: Deep Blush. HEX triplet: DD, 69 and 87. RGB value is (221,105,135). Sum of RGB (Red+Green+Blue) = 221+105+135=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6987 is #229678. Grayscale: #8F8F8F. Windows color (decimal): -2266745 or 8874461. OLE color: 8874461.

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

Color convert

RGB 221 105 135 -
CMYK 0 0.52 0.39 0.13
HSL 344.48º 0.63% 0.64% -
HSV(B) 344.48º 0.52% 0.87% -
XYZ 39.24 27.22 26.11 -
YUV 143.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 221 105 135 0 0.52 0.39 0.13 344.48 0.63 0.64
Hex DD 69 87 0 34 27 D 158 3F 40
Octal 335 151 207 0 64 47 15 530 77 100
Binary 11011101 1101001 10000111 0 110100 100111 1101 101011000 111111 1000000

Color Harmonies of #DD6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6987

Black with #DD6987

Text Example


Text Example

White with #DD6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6987; }

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

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

background-color css

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

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

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

border-color css

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

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

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