Html Css Color HEX #D0495A Mandy

📋 copy color: '#D0495A'

red 208 ◦ green 73 ◦ blue 90

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

Shades of Mandy #D0495A

Tints of Mandy #D0495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.26%

R = 56.06%
G = 19.68%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0495A (or 0xD0495A) is known color: Mandy. HEX triplet: D0, 49 and 5A. RGB value is (208,73,90). Sum of RGB (Red+Green+Blue) = 208+73+90=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0495A is #2FB6A5. Grayscale: #737373. Windows color (decimal): -3126950 or 5917136. OLE color: 5917136.

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

Color convert

RGB 208 73 90 -
CMYK 0 0.65 0.57 0.18
HSL 352.44º 0.59% 0.55% -
HSV(B) 352.44º 0.65% 0.82% -
XYZ 30.24 18.91 11.73 -
YUV 115.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 208 73 90 0 0.65 0.57 0.18 352.44 0.59 0.55
Hex D0 49 5A 0 41 39 12 160 3B 37
Octal 320 111 132 0 101 71 22 540 73 67
Binary 11010000 1001001 1011010 0 1000001 111001 10010 101100000 111011 110111

Color Harmonies of #D0495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0495A

Black with #D0495A

Text Example


Text Example

White with #D0495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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