Html Css Color HEX #DD7381 Deep Blush

📋 copy color: '#DD7381'

red 221 ◦ green 115 ◦ blue 129

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

Shades of Deep Blush #DD7381

Tints of Deep Blush #DD7381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.74%

R = 47.53%
G = 24.73%
B = 27.74%

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

#DD7381 (or 0xDD7381) is known color: Deep Blush. HEX triplet: DD, 73 and 81. RGB value is (221,115,129). Sum of RGB (Red+Green+Blue) = 221+115+129=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7381 is #228C7E. Grayscale: #949494. Windows color (decimal): -2264191 or 8483805. OLE color: 8483805.

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

Color convert

RGB 221 115 129 -
CMYK 0 0.48 0.42 0.13
HSL 352.08º 0.61% 0.66% -
HSV(B) 352.08º 0.48% 0.87% -
XYZ 39.91 29.22 24.31 -
YUV 148.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 221 115 129 0 0.48 0.42 0.13 352.08 0.61 0.66
Hex DD 73 81 0 30 2A D 160 3D 42
Octal 335 163 201 0 60 52 15 540 75 102
Binary 11011101 1110011 10000001 0 110000 101010 1101 101100000 111101 1000010

Color Harmonies of #DD7381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7381

Black with #DD7381

Text Example


Text Example

White with #DD7381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7381; }

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

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

background-color css

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

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

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

border-color css

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

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

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