Html Css Color HEX #D03E5A Mandy

📋 copy color: '#D03E5A'

red 208 ◦ green 62 ◦ blue 90

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

Shades of Mandy #D03E5A

Tints of Mandy #D03E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 57.78%
G = 17.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D03E5A (or 0xD03E5A) is known color: Mandy. HEX triplet: D0, 3E and 5A. RGB value is (208,62,90). Sum of RGB (Red+Green+Blue) = 208+62+90=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E5A is #2FC1A5. Grayscale: #6C6C6C. Windows color (decimal): -3129766 or 5914320. OLE color: 5914320.

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

Color convert

RGB 208 62 90 -
CMYK 0 0.70 0.57 0.18
HSL 348.49º 0.61% 0.53% -
HSV(B) 348.49º 0.7% 0.82% -
XYZ 29.58 17.59 11.51 -
YUV 108.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 208 62 90 0 0.70 0.57 0.18 348.49 0.61 0.53
Hex D0 3E 5A 0 46 39 12 15C 3D 35
Octal 320 76 132 0 106 71 22 534 75 65
Binary 11010000 111110 1011010 0 1000110 111001 10010 101011100 111101 110101

Color Harmonies of #D03E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E5A

Black with #D03E5A

Text Example


Text Example

White with #D03E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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