Html Css Color HEX #DD4760 Mandy

📋 copy color: '#DD4760'

red 221 ◦ green 71 ◦ blue 96

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

Shades of Mandy #DD4760

Tints of Mandy #DD4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

 BLUE value IS 96 (37.89% from 255) = 24.74%

R = 56.96%
G = 18.3%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4760 (or 0xDD4760) is known color: Mandy. HEX triplet: DD, 47 and 60. RGB value is (221,71,96). Sum of RGB (Red+Green+Blue) = 221+71+96=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4760 is #22B89F. Grayscale: #767676. Windows color (decimal): -2275488 or 6309853. OLE color: 6309853.

HSL color Cylindrical-coordinate representation of color #DD4760: hue angle of 350º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4760 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 96 -
CMYK 0 0.68 0.57 0.13
HSL 350º 0.69% 0.57% -
HSV(B) 350º 0.68% 0.87% -
XYZ 34.18 20.72 13.26 -
YUV 118.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 221 71 96 0 0.68 0.57 0.13 350 0.69 0.57
Hex DD 47 60 0 44 39 D 15E 45 39
Octal 335 107 140 0 104 71 15 536 105 71
Binary 11011101 1000111 1100000 0 1000100 111001 1101 101011110 1000101 111001

Color Harmonies of #DD4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4760

Black with #DD4760

Text Example


Text Example

White with #DD4760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4760; }

 p { color: rgb(221,71,96); }

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

background-color css

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

 a { background-color: rgb(221,71,96); }

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

border-color css

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

 span { border-color: rgb(221,71,96); }

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