Html Css Color HEX #D73DAB Mulberry

📋 copy color: '#D73DAB'

red 215 ◦ green 61 ◦ blue 171

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

Shades of Mulberry #D73DAB

Tints of Mulberry #D73DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

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

R = 48.1%
G = 13.65%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D73DAB (or 0xD73DAB) is known color: Mulberry. HEX triplet: D7, 3D and AB. RGB value is (215,61,171). Sum of RGB (Red+Green+Blue) = 215+61+171=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D73DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73DAB is #28C254. Grayscale: #777777. Windows color (decimal): -2671189 or 11222487. OLE color: 11222487.

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

Color convert

RGB 215 61 171 -
CMYK 0 0.72 0.20 0.16
HSL 317.14º 0.66% 0.54% -
HSV(B) 317.14º 0.72% 0.84% -
XYZ 37.04 20.72 40.58 -
YUV 119.59 157.02 196.06 -
System Red Green Blue C M Y K H S L
Decimal 215 61 171 0 0.72 0.20 0.16 317.14 0.66 0.54
Hex D7 3D AB 0 48 14 10 13D 42 36
Octal 327 75 253 0 110 24 20 475 102 66
Binary 11010111 111101 10101011 0 1001000 10100 10000 100111101 1000010 110110

Color Harmonies of #D73DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73DAB

Black with #D73DAB

Text Example


Text Example

White with #D73DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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