Html Css Color HEX #D04A5D Mandy

📋 copy color: '#D04A5D'

red 208 ◦ green 74 ◦ blue 93

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

Shades of Mandy #D04A5D

Tints of Mandy #D04A5D

RGB

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

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

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

R = 55.47%
G = 19.73%
B = 24.8%

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

#D04A5D (or 0xD04A5D) is known color: Mandy. HEX triplet: D0, 4A and 5D. RGB value is (208,74,93). Sum of RGB (Red+Green+Blue) = 208+74+93=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A5D is #2FB5A2. Grayscale: #747474. Windows color (decimal): -3126691 or 6114000. OLE color: 6114000.

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

Color convert

RGB 208 74 93 -
CMYK 0 0.64 0.55 0.18
HSL 351.49º 0.59% 0.55% -
HSV(B) 351.49º 0.64% 0.82% -
XYZ 30.44 19.1 12.44 -
YUV 116.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 208 74 93 0 0.64 0.55 0.18 351.49 0.59 0.55
Hex D0 4A 5D 0 40 37 12 15F 3B 37
Octal 320 112 135 0 100 67 22 537 73 67
Binary 11010000 1001010 1011101 0 1000000 110111 10010 101011111 111011 110111

Color Harmonies of #D04A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A5D

Black with #D04A5D

Text Example


Text Example

White with #D04A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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