Html Css Color HEX #D1508E Mulberry

📋 copy color: '#D1508E'

red 209 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #D1508E

Tints of Mulberry #D1508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 48.49%
G = 18.56%
B = 32.95%

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

#D1508E (or 0xD1508E) is known color: Mulberry. HEX triplet: D1, 50 and 8E. RGB value is (209,80,142). Sum of RGB (Red+Green+Blue) = 209+80+142=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1508E is #2EAF71. Grayscale: #7D7D7D. Windows color (decimal): -3059570 or 9326801. OLE color: 9326801.

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

Color convert

RGB 209 80 142 -
CMYK 0 0.62 0.32 0.18
HSL 331.16º 0.58% 0.57% -
HSV(B) 331.16º 0.62% 0.82% -
XYZ 34.05 21.25 27.9 -
YUV 125.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 209 80 142 0 0.62 0.32 0.18 331.16 0.58 0.57
Hex D1 50 8E 0 3E 20 12 14B 3A 39
Octal 321 120 216 0 76 40 22 513 72 71
Binary 11010001 1010000 10001110 0 111110 100000 10010 101001011 111010 111001

Color Harmonies of #D1508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1508E

Black with #D1508E

Text Example


Text Example

White with #D1508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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