Html Css Color HEX #D03E50 Mandy

📋 copy color: '#D03E50'

red 208 ◦ green 62 ◦ blue 80

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

Shades of Mandy #D03E50

Tints of Mandy #D03E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 59.43%
G = 17.71%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D03E50 (or 0xD03E50) is known color: Mandy. HEX triplet: D0, 3E and 50. RGB value is (208,62,80). Sum of RGB (Red+Green+Blue) = 208+62+80=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E50 is #2FC1AF. Grayscale: #6B6B6B. Windows color (decimal): -3129776 or 5258960. OLE color: 5258960.

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

Color convert

RGB 208 62 80 -
CMYK 0 0.70 0.62 0.18
HSL 352.6º 0.61% 0.53% -
HSV(B) 352.6º 0.7% 0.82% -
XYZ 29.18 17.43 9.42 -
YUV 107.71 112.37 199.54 -
System Red Green Blue C M Y K H S L
Decimal 208 62 80 0 0.70 0.62 0.18 352.6 0.61 0.53
Hex D0 3E 50 0 46 3E 12 161 3D 35
Octal 320 76 120 0 106 76 22 541 75 65
Binary 11010000 111110 1010000 0 1000110 111110 10010 101100001 111101 110101

Color Harmonies of #D03E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E50

Black with #D03E50

Text Example


Text Example

White with #D03E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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