Html Css Color HEX #D0484A Mandy

📋 copy color: '#D0484A'

red 208 ◦ green 72 ◦ blue 74

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

Shades of Mandy #D0484A

Tints of Mandy #D0484A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 58.76%
G = 20.34%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0484A (or 0xD0484A) is known color: Mandy. HEX triplet: D0, 48 and 4A. RGB value is (208,72,74). Sum of RGB (Red+Green+Blue) = 208+72+74=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0484A is #2FB7B5. Grayscale: #717171. Windows color (decimal): -3127222 or 4868304. OLE color: 4868304.

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

Color convert

RGB 208 72 74 -
CMYK 0 0.65 0.64 0.18
HSL 359.12º 0.59% 0.55% -
HSV(B) 359.12º 0.65% 0.82% -
XYZ 29.57 18.54 8.5 -
YUV 112.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 208 72 74 0 0.65 0.64 0.18 359.12 0.59 0.55
Hex D0 48 4A 0 41 40 12 167 3B 37
Octal 320 110 112 0 101 100 22 547 73 67
Binary 11010000 1001000 1001010 0 1000001 1000000 10010 101100111 111011 110111

Color Harmonies of #D0484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0484A

Black with #D0484A

Text Example


Text Example

White with #D0484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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