Html Css Color HEX #D15AA1 Mulberry

📋 copy color: '#D15AA1'

red 209 ◦ green 90 ◦ blue 161

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

Shades of Mulberry #D15AA1

Tints of Mulberry #D15AA1

RGB

 RED value IS 209 (82.03% from 255) = 45.43%

 GREEN value IS 90 (35.55% from 255) = 19.57%

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

R = 45.43%
G = 19.57%
B = 35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D15AA1 (or 0xD15AA1) is known color: Mulberry. HEX triplet: D1, 5A and A1. RGB value is (209,90,161). Sum of RGB (Red+Green+Blue) = 209+90+161=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D15AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15AA1 is #2EA55E. Grayscale: #858585. Windows color (decimal): -3056991 or 10574545. OLE color: 10574545.

HSL color Cylindrical-coordinate representation of color #D15AA1: hue angle of 324.2º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 90 161 -
CMYK 0 0.57 0.23 0.18
HSL 324.2º 0.56% 0.59% -
HSV(B) 324.2º 0.57% 0.82% -
XYZ 36.38 23.44 36.33 -
YUV 133.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 209 90 161 0 0.57 0.23 0.18 324.2 0.56 0.59
Hex D1 5A A1 0 39 17 12 144 38 3B
Octal 321 132 241 0 71 27 22 504 70 73
Binary 11010001 1011010 10100001 0 111001 10111 10010 101000100 111000 111011

Color Harmonies of #D15AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15AA1

Black with #D15AA1

Text Example


Text Example

White with #D15AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15AA1; }

 p { color: rgb(209,90,161); }

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

background-color css

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

 a { background-color: rgb(209,90,161); }

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

border-color css

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

 span { border-color: rgb(209,90,161); }

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