Html Css Color HEX #D04E4F Mandy

📋 copy color: '#D04E4F'

red 208 ◦ green 78 ◦ blue 79

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

Shades of Mandy #D04E4F

Tints of Mandy #D04E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.64%

R = 56.99%
G = 21.37%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D04E4F (or 0xD04E4F) is known color: Mandy. HEX triplet: D0, 4E and 4F. RGB value is (208,78,79). Sum of RGB (Red+Green+Blue) = 208+78+79=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04E4F is #2FB1B0. Grayscale: #757575. Windows color (decimal): -3125681 or 5197520. OLE color: 5197520.

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

Color convert

RGB 208 78 79 -
CMYK 0 0.62 0.62 0.18
HSL 359.54º 0.58% 0.56% -
HSV(B) 359.54º 0.63% 0.82% -
XYZ 30.15 19.42 9.56 -
YUV 116.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 208 78 79 0 0.62 0.62 0.18 359.54 0.58 0.56
Hex D0 4E 4F 0 3E 3E 12 168 3A 38
Octal 320 116 117 0 76 76 22 550 72 70
Binary 11010000 1001110 1001111 0 111110 111110 10010 101101000 111010 111000

Color Harmonies of #D04E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E4F

Black with #D04E4F

Text Example


Text Example

White with #D04E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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