Html Css Color HEX #DD7380 Deep Blush

📋 copy color: '#DD7380'

red 221 ◦ green 115 ◦ blue 128

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

Shades of Deep Blush #DD7380

Tints of Deep Blush #DD7380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 47.63%
G = 24.78%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD7380 (or 0xDD7380) is known color: Deep Blush. HEX triplet: DD, 73 and 80. RGB value is (221,115,128). Sum of RGB (Red+Green+Blue) = 221+115+128=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7380 is #228C7F. Grayscale: #949494. Windows color (decimal): -2264192 or 8418269. OLE color: 8418269.

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

Color convert

RGB 221 115 128 -
CMYK 0 0.48 0.42 0.13
HSL 352.64º 0.61% 0.66% -
HSV(B) 352.64º 0.48% 0.87% -
XYZ 39.85 29.19 23.96 -
YUV 148.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 221 115 128 0 0.48 0.42 0.13 352.64 0.61 0.66
Hex DD 73 80 0 30 2A D 161 3D 42
Octal 335 163 200 0 60 52 15 541 75 102
Binary 11011101 1110011 10000000 0 110000 101010 1101 101100001 111101 1000010

Color Harmonies of #DD7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7380

Black with #DD7380

Text Example


Text Example

White with #DD7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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