Html Css Color HEX #D04A61 Mandy

📋 copy color: '#D04A61'

red 208 ◦ green 74 ◦ blue 97

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

Shades of Mandy #D04A61

Tints of Mandy #D04A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 54.88%
G = 19.53%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D04A61 (or 0xD04A61) is known color: Mandy. HEX triplet: D0, 4A and 61. RGB value is (208,74,97). Sum of RGB (Red+Green+Blue) = 208+74+97=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A61 is #2FB59E. Grayscale: #747474. Windows color (decimal): -3126687 or 6376144. OLE color: 6376144.

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

Color convert

RGB 208 74 97 -
CMYK 0 0.64 0.53 0.18
HSL 349.7º 0.59% 0.55% -
HSV(B) 349.7º 0.64% 0.82% -
XYZ 30.62 19.17 13.4 -
YUV 116.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 208 74 97 0 0.64 0.53 0.18 349.7 0.59 0.55
Hex D0 4A 61 0 40 35 12 15E 3B 37
Octal 320 112 141 0 100 65 22 536 73 67
Binary 11010000 1001010 1100001 0 1000000 110101 10010 101011110 111011 110111

Color Harmonies of #D04A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A61

Black with #D04A61

Text Example


Text Example

White with #D04A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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