Html Css Color HEX #D73FAB Mulberry

📋 copy color: '#D73FAB'

red 215 ◦ green 63 ◦ blue 171

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

Shades of Mulberry #D73FAB

Tints of Mulberry #D73FAB

RGB

 RED value IS 215 (84.38% from 255) = 47.88%

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 47.88%
G = 14.03%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D73FAB (or 0xD73FAB) is known color: Mulberry. HEX triplet: D7, 3F and AB. RGB value is (215,63,171). Sum of RGB (Red+Green+Blue) = 215+63+171=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D73FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73FAB is #28C054. Grayscale: #787878. Windows color (decimal): -2670677 or 11222999. OLE color: 11222999.

HSL color Cylindrical-coordinate representation of color #D73FAB: hue angle of 317.37º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73FAB is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 63 171 -
CMYK 0 0.71 0.20 0.16
HSL 317.37º 0.66% 0.55% -
HSV(B) 317.37º 0.71% 0.84% -
XYZ 37.15 20.94 40.61 -
YUV 120.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 215 63 171 0 0.71 0.20 0.16 317.37 0.66 0.55
Hex D7 3F AB 0 47 14 10 13D 42 37
Octal 327 77 253 0 107 24 20 475 102 67
Binary 11010111 111111 10101011 0 1000111 10100 10000 100111101 1000010 110111

Color Harmonies of #D73FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73FAB

Black with #D73FAB

Text Example


Text Example

White with #D73FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73FAB; }

 p { color: rgb(215,63,171); }

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

background-color css

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

 a { background-color: rgb(215,63,171); }

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

border-color css

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

 span { border-color: rgb(215,63,171); }

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