Html Css Color HEX #DD6D87 Deep Blush

📋 copy color: '#DD6D87'

red 221 ◦ green 109 ◦ blue 135

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

Shades of Deep Blush #DD6D87

Tints of Deep Blush #DD6D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.44%

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

R = 47.53%
G = 23.44%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD6D87 (or 0xDD6D87) is known color: Deep Blush. HEX triplet: DD, 6D and 87. RGB value is (221,109,135). Sum of RGB (Red+Green+Blue) = 221+109+135=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6D87 is #229278. Grayscale: #919191. Windows color (decimal): -2265721 or 8875485. OLE color: 8875485.

HSL color Cylindrical-coordinate representation of color #DD6D87: hue angle of 346.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D87 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 135 -
CMYK 0 0.51 0.39 0.13
HSL 346.07º 0.62% 0.65% -
HSV(B) 346.07º 0.51% 0.87% -
XYZ 39.66 28.06 26.25 -
YUV 145.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 221 109 135 0 0.51 0.39 0.13 346.07 0.62 0.65
Hex DD 6D 87 0 33 27 D 15A 3E 41
Octal 335 155 207 0 63 47 15 532 76 101
Binary 11011101 1101101 10000111 0 110011 100111 1101 101011010 111110 1000001

Color Harmonies of #DD6D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D87

Black with #DD6D87

Text Example


Text Example

White with #DD6D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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