Html Css Color HEX #D750A9 Mulberry

📋 copy color: '#D750A9'

red 215 ◦ green 80 ◦ blue 169

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

Shades of Mulberry #D750A9

Tints of Mulberry #D750A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 46.34%
G = 17.24%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D750A9 (or 0xD750A9) is known color: Mulberry. HEX triplet: D7, 50 and A9. RGB value is (215,80,169). Sum of RGB (Red+Green+Blue) = 215+80+169=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D750A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D750A9 is #28AF56. Grayscale: #828282. Windows color (decimal): -2666327 or 11096279. OLE color: 11096279.

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

Color convert

RGB 215 80 169 -
CMYK 0 0.63 0.21 0.16
HSL 320.44º 0.63% 0.58% -
HSV(B) 320.44º 0.63% 0.84% -
XYZ 38.05 23.05 39.98 -
YUV 130.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 215 80 169 0 0.63 0.21 0.16 320.44 0.63 0.58
Hex D7 50 A9 0 3F 15 10 140 3F 3A
Octal 327 120 251 0 77 25 20 500 77 72
Binary 11010111 1010000 10101001 0 111111 10101 10000 101000000 111111 111010

Color Harmonies of #D750A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750A9

Black with #D750A9

Text Example


Text Example

White with #D750A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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