Html Css Color HEX #D1508F Mulberry

📋 copy color: '#D1508F'

red 209 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #D1508F

Tints of Mulberry #D1508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.1%

R = 48.38%
G = 18.52%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1508F (or 0xD1508F) is known color: Mulberry. HEX triplet: D1, 50 and 8F. RGB value is (209,80,143). Sum of RGB (Red+Green+Blue) = 209+80+143=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1508F is #2EAF70. Grayscale: #7D7D7D. Windows color (decimal): -3059569 or 9392337. OLE color: 9392337.

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

Color convert

RGB 209 80 143 -
CMYK 0 0.62 0.32 0.18
HSL 330.7º 0.58% 0.57% -
HSV(B) 330.7º 0.62% 0.82% -
XYZ 34.12 21.28 28.29 -
YUV 125.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 209 80 143 0 0.62 0.32 0.18 330.7 0.58 0.57
Hex D1 50 8F 0 3E 20 12 14B 3A 39
Octal 321 120 217 0 76 40 22 513 72 71
Binary 11010001 1010000 10001111 0 111110 100000 10010 101001011 111010 111001

Color Harmonies of #D1508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1508F

Black with #D1508F

Text Example


Text Example

White with #D1508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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