Html Css Color HEX #D0484D Mandy

📋 copy color: '#D0484D'

red 208 ◦ green 72 ◦ blue 77

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

Shades of Mandy #D0484D

Tints of Mandy #D0484D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 58.26%
G = 20.17%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0484D (or 0xD0484D) is known color: Mandy. HEX triplet: D0, 48 and 4D. RGB value is (208,72,77). Sum of RGB (Red+Green+Blue) = 208+72+77=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0484D is #2FB7B2. Grayscale: #717171. Windows color (decimal): -3127219 or 5064912. OLE color: 5064912.

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

Color convert

RGB 208 72 77 -
CMYK 0 0.65 0.63 0.18
HSL 357.79º 0.59% 0.55% -
HSV(B) 357.79º 0.65% 0.82% -
XYZ 29.67 18.58 9.04 -
YUV 113.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 208 72 77 0 0.65 0.63 0.18 357.79 0.59 0.55
Hex D0 48 4D 0 41 3F 12 166 3B 37
Octal 320 110 115 0 101 77 22 546 73 67
Binary 11010000 1001000 1001101 0 1000001 111111 10010 101100110 111011 110111

Color Harmonies of #D0484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0484D

Black with #D0484D

Text Example


Text Example

White with #D0484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0484D; }

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

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

background-color css

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

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

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

border-color css

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

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

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