Html Css Color HEX #D04D53 Mandy

📋 copy color: '#D04D53'

red 208 ◦ green 77 ◦ blue 83

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

Shades of Mandy #D04D53

Tints of Mandy #D04D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 56.52%
G = 20.92%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D04D53 (or 0xD04D53) is known color: Mandy. HEX triplet: D0, 4D and 53. RGB value is (208,77,83). Sum of RGB (Red+Green+Blue) = 208+77+83=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D53 is #2FB2AC. Grayscale: #747474. Windows color (decimal): -3125933 or 5459408. OLE color: 5459408.

HSL color Cylindrical-coordinate representation of color #D04D53: hue angle of 357.25º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D53 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 83 -
CMYK 0 0.63 0.60 0.18
HSL 357.25º 0.58% 0.56% -
HSV(B) 357.25º 0.63% 0.82% -
XYZ 30.23 19.34 10.32 -
YUV 116.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 208 77 83 0 0.63 0.60 0.18 357.25 0.58 0.56
Hex D0 4D 53 0 3F 3C 12 165 3A 38
Octal 320 115 123 0 77 74 22 545 72 70
Binary 11010000 1001101 1010011 0 111111 111100 10010 101100101 111010 111000

Color Harmonies of #D04D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D53

Black with #D04D53

Text Example


Text Example

White with #D04D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D53; }

 p { color: rgb(208,77,83); }

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

background-color css

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

 a { background-color: rgb(208,77,83); }

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

border-color css

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

 span { border-color: rgb(208,77,83); }

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