Html Css Color HEX #D750AB Mulberry

📋 copy color: '#D750AB'

red 215 ◦ green 80 ◦ blue 171

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

Shades of Mulberry #D750AB

Tints of Mulberry #D750AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 46.14%
G = 17.17%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D750AB (or 0xD750AB) is known color: Mulberry. HEX triplet: D7, 50 and AB. RGB value is (215,80,171). Sum of RGB (Red+Green+Blue) = 215+80+171=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AB is #28AF54. Grayscale: #828282. Windows color (decimal): -2666325 or 11227351. OLE color: 11227351.

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

Color convert

RGB 215 80 171 -
CMYK 0 0.63 0.20 0.16
HSL 319.56º 0.63% 0.58% -
HSV(B) 319.56º 0.63% 0.84% -
XYZ 38.24 23.12 40.98 -
YUV 130.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 215 80 171 0 0.63 0.20 0.16 319.56 0.63 0.58
Hex D7 50 AB 0 3F 14 10 140 3F 3A
Octal 327 120 253 0 77 24 20 500 77 72
Binary 11010111 1010000 10101011 0 111111 10100 10000 101000000 111111 111010

Color Harmonies of #D750AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750AB

Black with #D750AB

Text Example


Text Example

White with #D750AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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