Html Css Color HEX #DD7485 Deep Blush

📋 copy color: '#DD7485'

red 221 ◦ green 116 ◦ blue 133

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

Shades of Deep Blush #DD7485

Tints of Deep Blush #DD7485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

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

R = 47.02%
G = 24.68%
B = 28.3%

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

#DD7485 (or 0xDD7485) is known color: Deep Blush. HEX triplet: DD, 74 and 85. RGB value is (221,116,133). Sum of RGB (Red+Green+Blue) = 221+116+133=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7485 is #228B7A. Grayscale: #959595. Windows color (decimal): -2263931 or 8746205. OLE color: 8746205.

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

Color convert

RGB 221 116 133 -
CMYK 0 0.48 0.40 0.13
HSL 350.29º 0.61% 0.66% -
HSV(B) 350.29º 0.48% 0.87% -
XYZ 40.3 29.56 25.77 -
YUV 149.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 221 116 133 0 0.48 0.40 0.13 350.29 0.61 0.66
Hex DD 74 85 0 30 28 D 15E 3D 42
Octal 335 164 205 0 60 50 15 536 75 102
Binary 11011101 1110100 10000101 0 110000 101000 1101 101011110 111101 1000010

Color Harmonies of #DD7485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7485

Black with #DD7485

Text Example


Text Example

White with #DD7485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7485; }

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

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

background-color css

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

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

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

border-color css

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

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

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