Html Css Color HEX #D0495F Mandy

📋 copy color: '#D0495F'

red 208 ◦ green 73 ◦ blue 95

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

Shades of Mandy #D0495F

Tints of Mandy #D0495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 55.32%
G = 19.41%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0495F (or 0xD0495F) is known color: Mandy. HEX triplet: D0, 49 and 5F. RGB value is (208,73,95). Sum of RGB (Red+Green+Blue) = 208+73+95=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D0495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0495F is #2FB6A0. Grayscale: #737373. Windows color (decimal): -3126945 or 6244816. OLE color: 6244816.

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

Color convert

RGB 208 73 95 -
CMYK 0 0.65 0.54 0.18
HSL 350.22º 0.59% 0.55% -
HSV(B) 350.22º 0.65% 0.82% -
XYZ 30.46 19 12.89 -
YUV 115.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 208 73 95 0 0.65 0.54 0.18 350.22 0.59 0.55
Hex D0 49 5F 0 41 36 12 15E 3B 37
Octal 320 111 137 0 101 66 22 536 73 67
Binary 11010000 1001001 1011111 0 1000001 110110 10010 101011110 111011 110111

Color Harmonies of #D0495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0495F

Black with #D0495F

Text Example


Text Example

White with #D0495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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