Html Css Color HEX #DD4750 Mandy

📋 copy color: '#DD4750'

red 221 ◦ green 71 ◦ blue 80

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

Shades of Mandy #DD4750

Tints of Mandy #DD4750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 59.41%
G = 19.09%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD4750 (or 0xDD4750) is known color: Mandy. HEX triplet: DD, 47 and 50. RGB value is (221,71,80). Sum of RGB (Red+Green+Blue) = 221+71+80=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4750 is #22B8AF. Grayscale: #747474. Windows color (decimal): -2275504 or 5261277. OLE color: 5261277.

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

Color convert

RGB 221 71 80 -
CMYK 0 0.68 0.64 0.13
HSL 356.4º 0.69% 0.57% -
HSV(B) 356.4º 0.68% 0.87% -
XYZ 33.52 20.46 9.77 -
YUV 116.88 107.2 202.27 -
System Red Green Blue C M Y K H S L
Decimal 221 71 80 0 0.68 0.64 0.13 356.4 0.69 0.57
Hex DD 47 50 0 44 40 D 164 45 39
Octal 335 107 120 0 104 100 15 544 105 71
Binary 11011101 1000111 1010000 0 1000100 1000000 1101 101100100 1000101 111001

Color Harmonies of #DD4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4750

Black with #DD4750

Text Example


Text Example

White with #DD4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4750; }

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

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

background-color css

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

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

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

border-color css

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

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

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