Html Css Color HEX #DD484E Mandy

📋 copy color: '#DD484E'

red 221 ◦ green 72 ◦ blue 78

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

Shades of Mandy #DD484E

Tints of Mandy #DD484E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 59.57%
G = 19.41%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD484E (or 0xDD484E) is known color: Mandy. HEX triplet: DD, 48 and 4E. RGB value is (221,72,78). Sum of RGB (Red+Green+Blue) = 221+72+78=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD484E is #22B7B1. Grayscale: #757575. Windows color (decimal): -2275250 or 5130461. OLE color: 5130461.

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

Color convert

RGB 221 72 78 -
CMYK 0 0.67 0.65 0.13
HSL 357.58º 0.69% 0.57% -
HSV(B) 357.58º 0.67% 0.87% -
XYZ 33.51 20.56 9.41 -
YUV 117.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 221 72 78 0 0.67 0.65 0.13 357.58 0.69 0.57
Hex DD 48 4E 0 43 41 D 166 45 39
Octal 335 110 116 0 103 101 15 546 105 71
Binary 11011101 1001000 1001110 0 1000011 1000001 1101 101100110 1000101 111001

Color Harmonies of #DD484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD484E

Black with #DD484E

Text Example


Text Example

White with #DD484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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