Html Css Color HEX #D750A8 Mulberry

📋 copy color: '#D750A8'

red 215 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #D750A8

Tints of Mulberry #D750A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 46.44%
G = 17.28%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D750A8 (or 0xD750A8) is known color: Mulberry. HEX triplet: D7, 50 and A8. RGB value is (215,80,168). Sum of RGB (Red+Green+Blue) = 215+80+168=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D750A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750A8 is #28AF57. Grayscale: #828282. Windows color (decimal): -2666328 or 11030743. OLE color: 11030743.

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

Color convert

RGB 215 80 168 -
CMYK 0 0.63 0.22 0.16
HSL 320.89º 0.63% 0.58% -
HSV(B) 320.89º 0.63% 0.84% -
XYZ 37.96 23.01 39.49 -
YUV 130.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 215 80 168 0 0.63 0.22 0.16 320.89 0.63 0.58
Hex D7 50 A8 0 3F 16 10 141 3F 3A
Octal 327 120 250 0 77 26 20 501 77 72
Binary 11010111 1010000 10101000 0 111111 10110 10000 101000001 111111 111010

Color Harmonies of #D750A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750A8

Black with #D750A8

Text Example


Text Example

White with #D750A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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