Html Css Color HEX #D0495E Mandy

📋 copy color: '#D0495E'

red 208 ◦ green 73 ◦ blue 94

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

Shades of Mandy #D0495E

Tints of Mandy #D0495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 55.47%
G = 19.47%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0495E (or 0xD0495E) is known color: Mandy. HEX triplet: D0, 49 and 5E. RGB value is (208,73,94). Sum of RGB (Red+Green+Blue) = 208+73+94=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D0495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0495E is #2FB6A1. Grayscale: #737373. Windows color (decimal): -3126946 or 6179280. OLE color: 6179280.

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

Color convert

RGB 208 73 94 -
CMYK 0 0.65 0.55 0.18
HSL 350.67º 0.59% 0.55% -
HSV(B) 350.67º 0.65% 0.82% -
XYZ 30.42 18.98 12.65 -
YUV 115.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 208 73 94 0 0.65 0.55 0.18 350.67 0.59 0.55
Hex D0 49 5E 0 41 37 12 15F 3B 37
Octal 320 111 136 0 101 67 22 537 73 67
Binary 11010000 1001001 1011110 0 1000001 110111 10010 101011111 111011 110111

Color Harmonies of #D0495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0495E

Black with #D0495E

Text Example


Text Example

White with #D0495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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