Html Css Color HEX #D1509F Mulberry

📋 copy color: '#D1509F'

red 209 ◦ green 80 ◦ blue 159

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

Shades of Mulberry #D1509F

Tints of Mulberry #D1509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 46.65%
G = 17.86%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D1509F (or 0xD1509F) is known color: Mulberry. HEX triplet: D1, 50 and 9F. RGB value is (209,80,159). Sum of RGB (Red+Green+Blue) = 209+80+159=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1509F is #2EAF60. Grayscale: #7F7F7F. Windows color (decimal): -3059553 or 10440913. OLE color: 10440913.

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

Color convert

RGB 209 80 159 -
CMYK 0 0.62 0.24 0.18
HSL 323.26º 0.58% 0.57% -
HSV(B) 323.26º 0.62% 0.82% -
XYZ 35.42 21.8 35.14 -
YUV 127.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 209 80 159 0 0.62 0.24 0.18 323.26 0.58 0.57
Hex D1 50 9F 0 3E 18 12 143 3A 39
Octal 321 120 237 0 76 30 22 503 72 71
Binary 11010001 1010000 10011111 0 111110 11000 10010 101000011 111010 111001

Color Harmonies of #D1509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1509F

Black with #D1509F

Text Example


Text Example

White with #D1509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1509F; }

 p { color: rgb(209,80,159); }

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

background-color css

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

 a { background-color: rgb(209,80,159); }

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

border-color css

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

 span { border-color: rgb(209,80,159); }

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