Html Css Color HEX #DD7482 Deep Blush

📋 copy color: '#DD7482'

red 221 ◦ green 116 ◦ blue 130

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

Shades of Deep Blush #DD7482

Tints of Deep Blush #DD7482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 47.32%
G = 24.84%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD7482 (or 0xDD7482) is known color: Deep Blush. HEX triplet: DD, 74 and 82. RGB value is (221,116,130). Sum of RGB (Red+Green+Blue) = 221+116+130=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7482 is #228B7D. Grayscale: #959595. Windows color (decimal): -2263934 or 8549597. OLE color: 8549597.

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

Color convert

RGB 221 116 130 -
CMYK 0 0.48 0.41 0.13
HSL 352º 0.61% 0.66% -
HSV(B) 352º 0.48% 0.87% -
XYZ 40.09 29.47 24.7 -
YUV 148.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 221 116 130 0 0.48 0.41 0.13 352 0.61 0.66
Hex DD 74 82 0 30 29 D 160 3D 42
Octal 335 164 202 0 60 51 15 540 75 102
Binary 11011101 1110100 10000010 0 110000 101001 1101 101100000 111101 1000010

Color Harmonies of #DD7482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7482

Black with #DD7482

Text Example


Text Example

White with #DD7482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7482; }

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

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

background-color css

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

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

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

border-color css

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

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

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