Html Css Color HEX #DD7187 Deep Blush

📋 copy color: '#DD7187'

red 221 ◦ green 113 ◦ blue 135

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

Shades of Deep Blush #DD7187

Tints of Deep Blush #DD7187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 47.12%
G = 24.09%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD7187 (or 0xDD7187) is known color: Deep Blush. HEX triplet: DD, 71 and 87. RGB value is (221,113,135). Sum of RGB (Red+Green+Blue) = 221+113+135=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7187 is #228E78. Grayscale: #939393. Windows color (decimal): -2264697 or 8876509. OLE color: 8876509.

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

Color convert

RGB 221 113 135 -
CMYK 0 0.49 0.39 0.13
HSL 347.78º 0.61% 0.65% -
HSV(B) 347.78º 0.49% 0.87% -
XYZ 40.1 28.93 26.39 -
YUV 147.8 120.78 180.21 -
System Red Green Blue C M Y K H S L
Decimal 221 113 135 0 0.49 0.39 0.13 347.78 0.61 0.65
Hex DD 71 87 0 31 27 D 15C 3D 41
Octal 335 161 207 0 61 47 15 534 75 101
Binary 11011101 1110001 10000111 0 110001 100111 1101 101011100 111101 1000001

Color Harmonies of #DD7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7187

Black with #DD7187

Text Example


Text Example

White with #DD7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7187; }

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

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

background-color css

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

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

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

border-color css

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

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

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