Html Css Color HEX #D03F58 Mandy

📋 copy color: '#D03F58'

red 208 ◦ green 63 ◦ blue 88

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

Shades of Mandy #D03F58

Tints of Mandy #D03F58

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

 BLUE value IS 88 (34.77% from 255) = 24.51%

R = 57.94%
G = 17.55%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D03F58 (or 0xD03F58) is known color: Mandy. HEX triplet: D0, 3F and 58. RGB value is (208,63,88). Sum of RGB (Red+Green+Blue) = 208+63+88=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F58 is #2FC0A7. Grayscale: #6D6D6D. Windows color (decimal): -3129512 or 5783504. OLE color: 5783504.

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

Color convert

RGB 208 63 88 -
CMYK 0 0.70 0.58 0.18
HSL 349.66º 0.61% 0.53% -
HSV(B) 349.66º 0.7% 0.82% -
XYZ 29.55 17.67 11.09 -
YUV 109.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 208 63 88 0 0.70 0.58 0.18 349.66 0.61 0.53
Hex D0 3F 58 0 46 3A 12 15E 3D 35
Octal 320 77 130 0 106 72 22 536 75 65
Binary 11010000 111111 1011000 0 1000110 111010 10010 101011110 111101 110101

Color Harmonies of #D03F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F58

Black with #D03F58

Text Example


Text Example

White with #D03F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F58; }

 p { color: rgb(208,63,88); }

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

background-color css

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

 a { background-color: rgb(208,63,88); }

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

border-color css

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

 span { border-color: rgb(208,63,88); }

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