Html Css Color HEX #DD7384 Deep Blush

📋 copy color: '#DD7384'

red 221 ◦ green 115 ◦ blue 132

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

Shades of Deep Blush #DD7384

Tints of Deep Blush #DD7384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.21%

R = 47.22%
G = 24.57%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD7384 (or 0xDD7384) is known color: Deep Blush. HEX triplet: DD, 73 and 84. RGB value is (221,115,132). Sum of RGB (Red+Green+Blue) = 221+115+132=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 132 (51.95% from 255 or 28.21% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7384 is #228C7B. Grayscale: #949494. Windows color (decimal): -2264188 or 8680413. OLE color: 8680413.

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

Color convert

RGB 221 115 132 -
CMYK 0 0.48 0.40 0.13
HSL 350.38º 0.61% 0.66% -
HSV(B) 350.38º 0.48% 0.87% -
XYZ 40.11 29.3 25.37 -
YUV 148.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 221 115 132 0 0.48 0.40 0.13 350.38 0.61 0.66
Hex DD 73 84 0 30 28 D 15E 3D 42
Octal 335 163 204 0 60 50 15 536 75 102
Binary 11011101 1110011 10000100 0 110000 101000 1101 101011110 111101 1000010

Color Harmonies of #DD7384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7384

Black with #DD7384

Text Example


Text Example

White with #DD7384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7384; }

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

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

background-color css

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

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

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

border-color css

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

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

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