Html Css Color HEX #DD7583 Deep Blush

📋 copy color: '#DD7583'

red 221 ◦ green 117 ◦ blue 131

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

Shades of Deep Blush #DD7583

Tints of Deep Blush #DD7583

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.95%

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 47.12%
G = 24.95%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD7583 (or 0xDD7583) is known color: Deep Blush. HEX triplet: DD, 75 and 83. RGB value is (221,117,131). Sum of RGB (Red+Green+Blue) = 221+117+131=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7583 is #228A7C. Grayscale: #959595. Windows color (decimal): -2263677 or 8615389. OLE color: 8615389.

HSL color Cylindrical-coordinate representation of color #DD7583: hue angle of 351.92º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7583 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 131 -
CMYK 0 0.47 0.41 0.13
HSL 351.92º 0.6% 0.66% -
HSV(B) 351.92º 0.47% 0.87% -
XYZ 40.28 29.73 25.09 -
YUV 149.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 221 117 131 0 0.47 0.41 0.13 351.92 0.6 0.66
Hex DD 75 83 0 2F 29 D 160 3C 42
Octal 335 165 203 0 57 51 15 540 74 102
Binary 11011101 1110101 10000011 0 101111 101001 1101 101100000 111100 1000010

Color Harmonies of #DD7583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7583

Black with #DD7583

Text Example


Text Example

White with #DD7583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7583; }

 p { color: rgb(221,117,131); }

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

background-color css

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

 a { background-color: rgb(221,117,131); }

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

border-color css

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

 span { border-color: rgb(221,117,131); }

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