Html Css Color HEX #D0484F Mandy

📋 copy color: '#D0484F'

red 208 ◦ green 72 ◦ blue 79

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

Shades of Mandy #D0484F

Tints of Mandy #D0484F

RGB

 RED value IS 208 (81.64% from 255) = 57.94%

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

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

R = 57.94%
G = 20.06%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0484F (or 0xD0484F) is known color: Mandy. HEX triplet: D0, 48 and 4F. RGB value is (208,72,79). Sum of RGB (Red+Green+Blue) = 208+72+79=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0484F is #2FB7B0. Grayscale: #717171. Windows color (decimal): -3127217 or 5195984. OLE color: 5195984.

HSL color Cylindrical-coordinate representation of color #D0484F: hue angle of 356.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0484F is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 79 -
CMYK 0 0.65 0.62 0.18
HSL 356.91º 0.59% 0.55% -
HSV(B) 356.91º 0.65% 0.82% -
XYZ 29.74 18.61 9.42 -
YUV 113.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 208 72 79 0 0.65 0.62 0.18 356.91 0.59 0.55
Hex D0 48 4F 0 41 3E 12 165 3B 37
Octal 320 110 117 0 101 76 22 545 73 67
Binary 11010000 1001000 1001111 0 1000001 111110 10010 101100101 111011 110111

Color Harmonies of #D0484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0484F

Black with #D0484F

Text Example


Text Example

White with #D0484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0484F; }

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

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

background-color css

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

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

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

border-color css

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

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

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