Html Css Color HEX #D04056 Mandy

📋 copy color: '#D04056'

red 208 ◦ green 64 ◦ blue 86

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

Shades of Mandy #D04056

Tints of Mandy #D04056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 58.1%
G = 17.88%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D04056 (or 0xD04056) is known color: Mandy. HEX triplet: D0, 40 and 56. RGB value is (208,64,86). Sum of RGB (Red+Green+Blue) = 208+64+86=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04056 is #2FBFA9. Grayscale: #6D6D6D. Windows color (decimal): -3129258 or 5652688. OLE color: 5652688.

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

Color convert

RGB 208 64 86 -
CMYK 0 0.69 0.59 0.18
HSL 350.83º 0.61% 0.53% -
HSV(B) 350.83º 0.69% 0.82% -
XYZ 29.53 17.75 10.67 -
YUV 109.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 208 64 86 0 0.69 0.59 0.18 350.83 0.61 0.53
Hex D0 40 56 0 45 3B 12 15F 3D 35
Octal 320 100 126 0 105 73 22 537 75 65
Binary 11010000 1000000 1010110 0 1000101 111011 10010 101011111 111101 110101

Color Harmonies of #D04056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04056

Black with #D04056

Text Example


Text Example

White with #D04056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04056; }

 p { color: rgb(208,64,86); }

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

background-color css

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

 a { background-color: rgb(208,64,86); }

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

border-color css

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

 span { border-color: rgb(208,64,86); }

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