Html Css Color HEX #D750AC Mulberry

📋 copy color: '#D750AC'

red 215 ◦ green 80 ◦ blue 172

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

Shades of Mulberry #D750AC

Tints of Mulberry #D750AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 46.04%
G = 17.13%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D750AC (or 0xD750AC) is known color: Mulberry. HEX triplet: D7, 50 and AC. RGB value is (215,80,172). Sum of RGB (Red+Green+Blue) = 215+80+172=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D750AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750AC is #28AF53. Grayscale: #828282. Windows color (decimal): -2666324 or 11292887. OLE color: 11292887.

HSL color Cylindrical-coordinate representation of color #D750AC: hue angle of 319.11º 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 #D750AC is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 172 -
CMYK 0 0.63 0.2 0.16
HSL 319.11º 0.63% 0.58% -
HSV(B) 319.11º 0.63% 0.84% -
XYZ 38.34 23.16 41.48 -
YUV 130.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 215 80 172 0 0.63 0.2 0.16 319.11 0.63 0.58
Hex D7 50 AC 0 3F 14 10 13F 3F 3A
Octal 327 120 254 0 77 24 20 477 77 72
Binary 11010111 1010000 10101100 0 111111 10100 10000 100111111 111111 111010

Color Harmonies of #D750AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750AC

Black with #D750AC

Text Example


Text Example

White with #D750AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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