Html Css Color HEX #D747A1 Mulberry

📋 copy color: '#D747A1'

red 215 ◦ green 71 ◦ blue 161

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

Shades of Mulberry #D747A1

Tints of Mulberry #D747A1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.88%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 48.1%
G = 15.88%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D747A1 (or 0xD747A1) is known color: Mulberry. HEX triplet: D7, 47 and A1. RGB value is (215,71,161). Sum of RGB (Red+Green+Blue) = 215+71+161=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D747A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D747A1 is #28B85E. Grayscale: #7C7C7C. Windows color (decimal): -2668639 or 10569687. OLE color: 10569687.

HSL color Cylindrical-coordinate representation of color #D747A1: hue angle of 322.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D747A1 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 161 -
CMYK 0 0.67 0.25 0.16
HSL 322.5º 0.64% 0.56% -
HSV(B) 322.5º 0.67% 0.84% -
XYZ 36.71 21.53 35.94 -
YUV 124.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 215 71 161 0 0.67 0.25 0.16 322.5 0.64 0.56
Hex D7 47 A1 0 43 19 10 142 40 38
Octal 327 107 241 0 103 31 20 502 100 70
Binary 11010111 1000111 10100001 0 1000011 11001 10000 101000010 1000000 111000

Color Harmonies of #D747A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747A1

Black with #D747A1

Text Example


Text Example

White with #D747A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747A1; }

 p { color: rgb(215,71,161); }

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

background-color css

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

 a { background-color: rgb(215,71,161); }

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

border-color css

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

 span { border-color: rgb(215,71,161); }

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