Html Css Color HEX #D740A5 Mulberry

📋 copy color: '#D740A5'

red 215 ◦ green 64 ◦ blue 165

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

Shades of Mulberry #D740A5

Tints of Mulberry #D740A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 48.42%
G = 14.41%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D740A5 (or 0xD740A5) is known color: Mulberry. HEX triplet: D7, 40 and A5. RGB value is (215,64,165). Sum of RGB (Red+Green+Blue) = 215+64+165=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D740A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D740A5 is #28BF5A. Grayscale: #787878. Windows color (decimal): -2670427 or 10830039. OLE color: 10830039.

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

Color convert

RGB 215 64 165 -
CMYK 0 0.70 0.23 0.16
HSL 319.87º 0.65% 0.55% -
HSV(B) 319.87º 0.7% 0.84% -
XYZ 36.65 20.83 37.69 -
YUV 120.66 153.03 195.29 -
System Red Green Blue C M Y K H S L
Decimal 215 64 165 0 0.70 0.23 0.16 319.87 0.65 0.55
Hex D7 40 A5 0 46 17 10 140 41 37
Octal 327 100 245 0 106 27 20 500 101 67
Binary 11010111 1000000 10100101 0 1000110 10111 10000 101000000 1000001 110111

Color Harmonies of #D740A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D740A5

Black with #D740A5

Text Example


Text Example

White with #D740A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D740A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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