Html Css Color HEX #D0475F Mandy

📋 copy color: '#D0475F'

red 208 ◦ green 71 ◦ blue 95

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

Shades of Mandy #D0475F

Tints of Mandy #D0475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 55.61%
G = 18.98%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0475F (or 0xD0475F) is known color: Mandy. HEX triplet: D0, 47 and 5F. RGB value is (208,71,95). Sum of RGB (Red+Green+Blue) = 208+71+95=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0475F is #2FB8A0. Grayscale: #727272. Windows color (decimal): -3127457 or 6244304. OLE color: 6244304.

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

Color convert

RGB 208 71 95 -
CMYK 0 0.66 0.54 0.18
HSL 349.49º 0.59% 0.55% -
HSV(B) 349.49º 0.66% 0.82% -
XYZ 30.33 18.74 12.85 -
YUV 114.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 208 71 95 0 0.66 0.54 0.18 349.49 0.59 0.55
Hex D0 47 5F 0 42 36 12 15D 3B 37
Octal 320 107 137 0 102 66 22 535 73 67
Binary 11010000 1000111 1011111 0 1000010 110110 10010 101011101 111011 110111

Color Harmonies of #D0475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0475F

Black with #D0475F

Text Example


Text Example

White with #D0475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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