Html Css Color HEX #DD4753 Mandy

📋 copy color: '#DD4753'

red 221 ◦ green 71 ◦ blue 83

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

Shades of Mandy #DD4753

Tints of Mandy #DD4753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 58.93%
G = 18.93%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD4753 (or 0xDD4753) is known color: Mandy. HEX triplet: DD, 47 and 53. RGB value is (221,71,83). Sum of RGB (Red+Green+Blue) = 221+71+83=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4753 is #22B8AC. Grayscale: #757575. Windows color (decimal): -2275501 or 5457885. OLE color: 5457885.

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

Color convert

RGB 221 71 83 -
CMYK 0 0.68 0.62 0.13
HSL 355.2º 0.69% 0.57% -
HSV(B) 355.2º 0.68% 0.87% -
XYZ 33.63 20.5 10.37 -
YUV 117.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 221 71 83 0 0.68 0.62 0.13 355.2 0.69 0.57
Hex DD 47 53 0 44 3E D 163 45 39
Octal 335 107 123 0 104 76 15 543 105 71
Binary 11011101 1000111 1010011 0 1000100 111110 1101 101100011 1000101 111001

Color Harmonies of #DD4753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4753

Black with #DD4753

Text Example


Text Example

White with #DD4753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4753; }

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

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

background-color css

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

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

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

border-color css

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

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

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