Html Css Color HEX #DD484F Mandy

📋 copy color: '#DD484F'

red 221 ◦ green 72 ◦ blue 79

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

Shades of Mandy #DD484F

Tints of Mandy #DD484F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 59.41%
G = 19.35%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD484F (or 0xDD484F) is known color: Mandy. HEX triplet: DD, 48 and 4F. RGB value is (221,72,79). Sum of RGB (Red+Green+Blue) = 221+72+79=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD484F is #22B7B0. Grayscale: #757575. Windows color (decimal): -2275249 or 5195997. OLE color: 5195997.

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

Color convert

RGB 221 72 79 -
CMYK 0 0.67 0.64 0.13
HSL 357.18º 0.69% 0.57% -
HSV(B) 357.18º 0.67% 0.87% -
XYZ 33.55 20.57 9.6 -
YUV 117.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 221 72 79 0 0.67 0.64 0.13 357.18 0.69 0.57
Hex DD 48 4F 0 43 40 D 165 45 39
Octal 335 110 117 0 103 100 15 545 105 71
Binary 11011101 1001000 1001111 0 1000011 1000000 1101 101100101 1000101 111001

Color Harmonies of #DD484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD484F

Black with #DD484F

Text Example


Text Example

White with #DD484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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