Html Css Color HEX #D0484C Mandy

📋 copy color: '#D0484C'

red 208 ◦ green 72 ◦ blue 76

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

Shades of Mandy #D0484C

Tints of Mandy #D0484C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 58.43%
G = 20.22%
B = 21.35%

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

#D0484C (or 0xD0484C) is known color: Mandy. HEX triplet: D0, 48 and 4C. RGB value is (208,72,76). Sum of RGB (Red+Green+Blue) = 208+72+76=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0484C is #2FB7B3. Grayscale: #717171. Windows color (decimal): -3127220 or 4999376. OLE color: 4999376.

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

Color convert

RGB 208 72 76 -
CMYK 0 0.65 0.63 0.18
HSL 358.24º 0.59% 0.55% -
HSV(B) 358.24º 0.65% 0.82% -
XYZ 29.63 18.57 8.86 -
YUV 113.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 208 72 76 0 0.65 0.63 0.18 358.24 0.59 0.55
Hex D0 48 4C 0 41 3F 12 166 3B 37
Octal 320 110 114 0 101 77 22 546 73 67
Binary 11010000 1001000 1001100 0 1000001 111111 10010 101100110 111011 110111

Color Harmonies of #D0484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0484C

Black with #D0484C

Text Example


Text Example

White with #D0484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0484C; }

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

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

background-color css

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

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

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

border-color css

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

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

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