Html Css Color HEX #DD7382 Deep Blush

📋 copy color: '#DD7382'

red 221 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #DD7382

Tints of Deep Blush #DD7382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.68%

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

R = 47.42%
G = 24.68%
B = 27.9%

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

#DD7382 (or 0xDD7382) is known color: Deep Blush. HEX triplet: DD, 73 and 82. RGB value is (221,115,130). Sum of RGB (Red+Green+Blue) = 221+115+130=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7382 is #228C7D. Grayscale: #949494. Windows color (decimal): -2264190 or 8549341. OLE color: 8549341.

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

Color convert

RGB 221 115 130 -
CMYK 0 0.48 0.41 0.13
HSL 351.51º 0.61% 0.66% -
HSV(B) 351.51º 0.48% 0.87% -
XYZ 39.98 29.25 24.66 -
YUV 148.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 221 115 130 0 0.48 0.41 0.13 351.51 0.61 0.66
Hex DD 73 82 0 30 29 D 160 3D 42
Octal 335 163 202 0 60 51 15 540 75 102
Binary 11011101 1110011 10000010 0 110000 101001 1101 101100000 111101 1000010

Color Harmonies of #DD7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7382

Black with #DD7382

Text Example


Text Example

White with #DD7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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