Html Css Color HEX #D04E52 Mandy

📋 copy color: '#D04E52'

red 208 ◦ green 78 ◦ blue 82

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

Shades of Mandy #D04E52

Tints of Mandy #D04E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 82 (32.42% from 255) = 22.28%

R = 56.52%
G = 21.2%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D04E52 (or 0xD04E52) is known color: Mandy. HEX triplet: D0, 4E and 52. RGB value is (208,78,82). Sum of RGB (Red+Green+Blue) = 208+78+82=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E52 is #2FB1AD. Grayscale: #757575. Windows color (decimal): -3125678 or 5394128. OLE color: 5394128.

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

Color convert

RGB 208 78 82 -
CMYK 0 0.62 0.61 0.18
HSL 358.15º 0.58% 0.56% -
HSV(B) 358.15º 0.63% 0.82% -
XYZ 30.26 19.47 10.15 -
YUV 117.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 208 78 82 0 0.62 0.61 0.18 358.15 0.58 0.56
Hex D0 4E 52 0 3E 3D 12 166 3A 38
Octal 320 116 122 0 76 75 22 546 72 70
Binary 11010000 1001110 1010010 0 111110 111101 10010 101100110 111010 111000

Color Harmonies of #D04E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E52

Black with #D04E52

Text Example


Text Example

White with #D04E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E52; }

 p { color: rgb(208,78,82); }

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

background-color css

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

 a { background-color: rgb(208,78,82); }

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

border-color css

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

 span { border-color: rgb(208,78,82); }

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