Html Css Color HEX #DD7385 Deep Blush

📋 copy color: '#DD7385'

red 221 ◦ green 115 ◦ blue 133

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

Shades of Deep Blush #DD7385

Tints of Deep Blush #DD7385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 47.12%
G = 24.52%
B = 28.36%

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

#DD7385 (or 0xDD7385) is known color: Deep Blush. HEX triplet: DD, 73 and 85. RGB value is (221,115,133). Sum of RGB (Red+Green+Blue) = 221+115+133=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7385 is #228C7A. Grayscale: #949494. Windows color (decimal): -2264187 or 8745949. OLE color: 8745949.

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

Color convert

RGB 221 115 133 -
CMYK 0 0.48 0.40 0.13
HSL 349.81º 0.61% 0.66% -
HSV(B) 349.81º 0.48% 0.87% -
XYZ 40.18 29.33 25.73 -
YUV 148.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 221 115 133 0 0.48 0.40 0.13 349.81 0.61 0.66
Hex DD 73 85 0 30 28 D 15E 3D 42
Octal 335 163 205 0 60 50 15 536 75 102
Binary 11011101 1110011 10000101 0 110000 101000 1101 101011110 111101 1000010

Color Harmonies of #DD7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7385

Black with #DD7385

Text Example


Text Example

White with #DD7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7385; }

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

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

background-color css

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

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

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

border-color css

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

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

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