Html Css Color HEX #DD7487 Deep Blush

📋 copy color: '#DD7487'

red 221 ◦ green 116 ◦ blue 135

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

Shades of Deep Blush #DD7487

Tints of Deep Blush #DD7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.58%

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

R = 46.82%
G = 24.58%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD7487 (or 0xDD7487) is known color: Deep Blush. HEX triplet: DD, 74 and 87. RGB value is (221,116,135). Sum of RGB (Red+Green+Blue) = 221+116+135=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7487 is #228B78. Grayscale: #959595. Windows color (decimal): -2263929 or 8877277. OLE color: 8877277.

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

Color convert

RGB 221 116 135 -
CMYK 0 0.48 0.39 0.13
HSL 349.14º 0.61% 0.66% -
HSV(B) 349.14º 0.48% 0.87% -
XYZ 40.44 29.61 26.51 -
YUV 149.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 221 116 135 0 0.48 0.39 0.13 349.14 0.61 0.66
Hex DD 74 87 0 30 27 D 15D 3D 42
Octal 335 164 207 0 60 47 15 535 75 102
Binary 11011101 1110100 10000111 0 110000 100111 1101 101011101 111101 1000010

Color Harmonies of #DD7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7487

Black with #DD7487

Text Example


Text Example

White with #DD7487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7487; }

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

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

background-color css

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

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

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

border-color css

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

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

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