Html Css Color HEX #D0495D Mandy

📋 copy color: '#D0495D'

red 208 ◦ green 73 ◦ blue 93

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

Shades of Mandy #D0495D

Tints of Mandy #D0495D

RGB

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

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

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

R = 55.61%
G = 19.52%
B = 24.87%

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

#D0495D (or 0xD0495D) is known color: Mandy. HEX triplet: D0, 49 and 5D. RGB value is (208,73,93). Sum of RGB (Red+Green+Blue) = 208+73+93=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D0495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0495D is #2FB6A2. Grayscale: #737373. Windows color (decimal): -3126947 or 6113744. OLE color: 6113744.

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

Color convert

RGB 208 73 93 -
CMYK 0 0.65 0.55 0.18
HSL 351.11º 0.59% 0.55% -
HSV(B) 351.11º 0.65% 0.82% -
XYZ 30.37 18.97 12.42 -
YUV 115.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 208 73 93 0 0.65 0.55 0.18 351.11 0.59 0.55
Hex D0 49 5D 0 41 37 12 15F 3B 37
Octal 320 111 135 0 101 67 22 537 73 67
Binary 11010000 1001001 1011101 0 1000001 110111 10010 101011111 111011 110111

Color Harmonies of #D0495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0495D

Black with #D0495D

Text Example


Text Example

White with #D0495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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