Html Css Color HEX #D740AC Mulberry

📋 copy color: '#D740AC'

red 215 ◦ green 64 ◦ blue 172

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

Shades of Mulberry #D740AC

Tints of Mulberry #D740AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.19%

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

R = 47.67%
G = 14.19%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D740AC (or 0xD740AC) is known color: Mulberry. HEX triplet: D7, 40 and AC. RGB value is (215,64,172). Sum of RGB (Red+Green+Blue) = 215+64+172=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D740AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740AC is #28BF53. Grayscale: #797979. Windows color (decimal): -2670420 or 11288791. OLE color: 11288791.

HSL color Cylindrical-coordinate representation of color #D740AC: hue angle of 317.09º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D740AC is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 172 -
CMYK 0 0.70 0.2 0.16
HSL 317.09º 0.65% 0.55% -
HSV(B) 317.09º 0.7% 0.84% -
XYZ 37.3 21.09 41.13 -
YUV 121.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 215 64 172 0 0.70 0.2 0.16 317.09 0.65 0.55
Hex D7 40 AC 0 46 14 10 13D 41 37
Octal 327 100 254 0 106 24 20 475 101 67
Binary 11010111 1000000 10101100 0 1000110 10100 10000 100111101 1000001 110111

Color Harmonies of #D740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740AC

Black with #D740AC

Text Example


Text Example

White with #D740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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