Html Css Color HEX #DD4648 Mandy

📋 copy color: '#DD4648'

red 221 ◦ green 70 ◦ blue 72

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

Shades of Mandy #DD4648

Tints of Mandy #DD4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 60.88%
G = 19.28%
B = 19.83%

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

#DD4648 (or 0xDD4648) is known color: Mandy. HEX triplet: DD, 46 and 48. RGB value is (221,70,72). Sum of RGB (Red+Green+Blue) = 221+70+72=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4648 is #22B9B7. Grayscale: #737373. Windows color (decimal): -2275768 or 4736733. OLE color: 4736733.

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

Color convert

RGB 221 70 72 -
CMYK 0 0.68 0.67 0.13
HSL 359.21º 0.69% 0.57% -
HSV(B) 359.21º 0.68% 0.87% -
XYZ 33.18 20.22 8.29 -
YUV 115.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 221 70 72 0 0.68 0.67 0.13 359.21 0.69 0.57
Hex DD 46 48 0 44 43 D 167 45 39
Octal 335 106 110 0 104 103 15 547 105 71
Binary 11011101 1000110 1001000 0 1000100 1000011 1101 101100111 1000101 111001

Color Harmonies of #DD4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4648

Black with #DD4648

Text Example


Text Example

White with #DD4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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