Html Css Color HEX #D04050 Mandy

📋 copy color: '#D04050'

red 208 ◦ green 64 ◦ blue 80

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

Shades of Mandy #D04050

Tints of Mandy #D04050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 59.09%
G = 18.18%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D04050 (or 0xD04050) is known color: Mandy. HEX triplet: D0, 40 and 50. RGB value is (208,64,80). Sum of RGB (Red+Green+Blue) = 208+64+80=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04050 is #2FBFAF. Grayscale: #6C6C6C. Windows color (decimal): -3129264 or 5259472. OLE color: 5259472.

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

Color convert

RGB 208 64 80 -
CMYK 0 0.69 0.62 0.18
HSL 353.33º 0.61% 0.53% -
HSV(B) 353.33º 0.69% 0.82% -
XYZ 29.29 17.66 9.45 -
YUV 108.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 208 64 80 0 0.69 0.62 0.18 353.33 0.61 0.53
Hex D0 40 50 0 45 3E 12 161 3D 35
Octal 320 100 120 0 105 76 22 541 75 65
Binary 11010000 1000000 1010000 0 1000101 111110 10010 101100001 111101 110101

Color Harmonies of #D04050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04050

Black with #D04050

Text Example


Text Example

White with #D04050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04050; }

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

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

background-color css

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

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

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

border-color css

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

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

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