Html Css Color HEX #D15A9D Mulberry

📋 copy color: '#D15A9D'

red 209 ◦ green 90 ◦ blue 157

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

Shades of Mulberry #D15A9D

Tints of Mulberry #D15A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 45.83%
G = 19.74%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D15A9D (or 0xD15A9D) is known color: Mulberry. HEX triplet: D1, 5A and 9D. RGB value is (209,90,157). Sum of RGB (Red+Green+Blue) = 209+90+157=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D15A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D15A9D is #2EA562. Grayscale: #858585. Windows color (decimal): -3056995 or 10312401. OLE color: 10312401.

HSL color Cylindrical-coordinate representation of color #D15A9D: hue angle of 326.22º 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 #D15A9D is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 90 157 -
CMYK 0 0.57 0.25 0.18
HSL 326.22º 0.56% 0.59% -
HSV(B) 326.22º 0.57% 0.82% -
XYZ 36.04 23.3 34.5 -
YUV 133.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 209 90 157 0 0.57 0.25 0.18 326.22 0.56 0.59
Hex D1 5A 9D 0 39 19 12 146 38 3B
Octal 321 132 235 0 71 31 22 506 70 73
Binary 11010001 1011010 10011101 0 111001 11001 10010 101000110 111000 111011

Color Harmonies of #D15A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15A9D

Black with #D15A9D

Text Example


Text Example

White with #D15A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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