Html Css Color HEX #D04D54 Mandy

📋 copy color: '#D04D54'

red 208 ◦ green 77 ◦ blue 84

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

Shades of Mandy #D04D54

Tints of Mandy #D04D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 56.37%
G = 20.87%
B = 22.76%

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

#D04D54 (or 0xD04D54) is known color: Mandy. HEX triplet: D0, 4D and 54. RGB value is (208,77,84). Sum of RGB (Red+Green+Blue) = 208+77+84=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D54 is #2FB2AB. Grayscale: #757575. Windows color (decimal): -3125932 or 5524944. OLE color: 5524944.

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

Color convert

RGB 208 77 84 -
CMYK 0 0.63 0.60 0.18
HSL 356.79º 0.58% 0.56% -
HSV(B) 356.79º 0.63% 0.82% -
XYZ 30.27 19.36 10.53 -
YUV 116.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 208 77 84 0 0.63 0.60 0.18 356.79 0.58 0.56
Hex D0 4D 54 0 3F 3C 12 165 3A 38
Octal 320 115 124 0 77 74 22 545 72 70
Binary 11010000 1001101 1010100 0 111111 111100 10010 101100101 111010 111000

Color Harmonies of #D04D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D54

Black with #D04D54

Text Example


Text Example

White with #D04D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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