Html Css Color HEX #D0475D Mandy

📋 copy color: '#D0475D'

red 208 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D0475D

Tints of Mandy #D0475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

 BLUE value IS 93 (36.72% from 255) = 25%

R = 55.91%
G = 19.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0475D (or 0xD0475D) is known color: Mandy. HEX triplet: D0, 47 and 5D. RGB value is (208,71,93). Sum of RGB (Red+Green+Blue) = 208+71+93=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0475D is #2FB8A2. Grayscale: #727272. Windows color (decimal): -3127459 or 6113232. OLE color: 6113232.

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

Color convert

RGB 208 71 93 -
CMYK 0 0.66 0.55 0.18
HSL 350.37º 0.59% 0.55% -
HSV(B) 350.37º 0.66% 0.82% -
XYZ 30.24 18.71 12.37 -
YUV 114.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 208 71 93 0 0.66 0.55 0.18 350.37 0.59 0.55
Hex D0 47 5D 0 42 37 12 15E 3B 37
Octal 320 107 135 0 102 67 22 536 73 67
Binary 11010000 1000111 1011101 0 1000010 110111 10010 101011110 111011 110111

Color Harmonies of #D0475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0475D

Black with #D0475D

Text Example


Text Example

White with #D0475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0475D; }

 p { color: rgb(208,71,93); }

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

background-color css

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

 a { background-color: rgb(208,71,93); }

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

border-color css

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

 span { border-color: rgb(208,71,93); }

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