Html Css Color HEX #D04A5E Mandy

📋 copy color: '#D04A5E'

red 208 ◦ green 74 ◦ blue 94

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

Shades of Mandy #D04A5E

Tints of Mandy #D04A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 55.32%
G = 19.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D04A5E (or 0xD04A5E) is known color: Mandy. HEX triplet: D0, 4A and 5E. RGB value is (208,74,94). Sum of RGB (Red+Green+Blue) = 208+74+94=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A5E is #2FB5A1. Grayscale: #747474. Windows color (decimal): -3126690 or 6179536. OLE color: 6179536.

HSL color Cylindrical-coordinate representation of color #D04A5E: hue angle of 351.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04A5E is Cyan = 0, Magento = 0.64, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 74 94 -
CMYK 0 0.64 0.55 0.18
HSL 351.04º 0.59% 0.55% -
HSV(B) 351.04º 0.64% 0.82% -
XYZ 30.48 19.12 12.67 -
YUV 116.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 208 74 94 0 0.64 0.55 0.18 351.04 0.59 0.55
Hex D0 4A 5E 0 40 37 12 15F 3B 37
Octal 320 112 136 0 100 67 22 537 73 67
Binary 11010000 1001010 1011110 0 1000000 110111 10010 101011111 111011 110111

Color Harmonies of #D04A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A5E

Black with #D04A5E

Text Example


Text Example

White with #D04A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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