Html Css Color HEX #DD4748 Mandy

📋 copy color: '#DD4748'

red 221 ◦ green 71 ◦ blue 72

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

Shades of Mandy #DD4748

Tints of Mandy #DD4748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.78%

R = 60.71%
G = 19.51%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD4748 (or 0xDD4748) is known color: Mandy. HEX triplet: DD, 47 and 48. RGB value is (221,71,72). Sum of RGB (Red+Green+Blue) = 221+71+72=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4748 is #22B8B7. Grayscale: #747474. Windows color (decimal): -2275512 or 4736989. OLE color: 4736989.

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

Color convert

RGB 221 71 72 -
CMYK 0 0.68 0.67 0.13
HSL 359.6º 0.69% 0.57% -
HSV(B) 359.6º 0.68% 0.87% -
XYZ 33.24 20.35 8.31 -
YUV 115.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 221 71 72 0 0.68 0.67 0.13 359.6 0.69 0.57
Hex DD 47 48 0 44 43 D 168 45 39
Octal 335 107 110 0 104 103 15 550 105 71
Binary 11011101 1000111 1001000 0 1000100 1000011 1101 101101000 1000101 111001

Color Harmonies of #DD4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4748

Black with #DD4748

Text Example


Text Example

White with #DD4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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