Html Css Color HEX #DD7582 Deep Blush

📋 copy color: '#DD7582'

red 221 ◦ green 117 ◦ blue 130

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

Shades of Deep Blush #DD7582

Tints of Deep Blush #DD7582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 47.22%
G = 25%
B = 27.78%

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

#DD7582 (or 0xDD7582) is known color: Deep Blush. HEX triplet: DD, 75 and 82. RGB value is (221,117,130). Sum of RGB (Red+Green+Blue) = 221+117+130=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7582 is #228A7D. Grayscale: #959595. Windows color (decimal): -2263678 or 8549853. OLE color: 8549853.

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

Color convert

RGB 221 117 130 -
CMYK 0 0.47 0.41 0.13
HSL 352.5º 0.6% 0.66% -
HSV(B) 352.5º 0.47% 0.87% -
XYZ 40.21 29.71 24.73 -
YUV 149.58 116.96 178.94 -
System Red Green Blue C M Y K H S L
Decimal 221 117 130 0 0.47 0.41 0.13 352.5 0.6 0.66
Hex DD 75 82 0 2F 29 D 160 3C 42
Octal 335 165 202 0 57 51 15 540 74 102
Binary 11011101 1110101 10000010 0 101111 101001 1101 101100000 111100 1000010

Color Harmonies of #DD7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7582

Black with #DD7582

Text Example


Text Example

White with #DD7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7582; }

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

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

background-color css

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

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

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

border-color css

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

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

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