Html Css Color HEX #DD7488 Deep Blush

📋 copy color: '#DD7488'

red 221 ◦ green 116 ◦ blue 136

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

Shades of Deep Blush #DD7488

Tints of Deep Blush #DD7488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.75%

R = 46.72%
G = 24.52%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD7488 (or 0xDD7488) is known color: Deep Blush. HEX triplet: DD, 74 and 88. RGB value is (221,116,136). Sum of RGB (Red+Green+Blue) = 221+116+136=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7488 is #228B77. Grayscale: #959595. Windows color (decimal): -2263928 or 8942813. OLE color: 8942813.

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

Color convert

RGB 221 116 136 -
CMYK 0 0.48 0.38 0.13
HSL 348.57º 0.61% 0.66% -
HSV(B) 348.57º 0.48% 0.87% -
XYZ 40.51 29.64 26.88 -
YUV 149.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 221 116 136 0 0.48 0.38 0.13 348.57 0.61 0.66
Hex DD 74 88 0 30 26 D 15D 3D 42
Octal 335 164 210 0 60 46 15 535 75 102
Binary 11011101 1110100 10001000 0 110000 100110 1101 101011101 111101 1000010

Color Harmonies of #DD7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7488

Black with #DD7488

Text Example


Text Example

White with #DD7488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7488; }

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

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

background-color css

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

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

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

border-color css

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

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

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