Html Css Color HEX #D1508D Mulberry

📋 copy color: '#D1508D'

red 209 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #D1508D

Tints of Mulberry #D1508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 48.6%
G = 18.6%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1508D (or 0xD1508D) is known color: Mulberry. HEX triplet: D1, 50 and 8D. RGB value is (209,80,141). Sum of RGB (Red+Green+Blue) = 209+80+141=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1508D is #2EAF72. Grayscale: #7D7D7D. Windows color (decimal): -3059571 or 9261265. OLE color: 9261265.

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

Color convert

RGB 209 80 141 -
CMYK 0 0.62 0.33 0.18
HSL 331.63º 0.58% 0.57% -
HSV(B) 331.63º 0.62% 0.82% -
XYZ 33.97 21.22 27.5 -
YUV 125.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 209 80 141 0 0.62 0.33 0.18 331.63 0.58 0.57
Hex D1 50 8D 0 3E 21 12 14C 3A 39
Octal 321 120 215 0 76 41 22 514 72 71
Binary 11010001 1010000 10001101 0 111110 100001 10010 101001100 111010 111001

Color Harmonies of #D1508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1508D

Black with #D1508D

Text Example


Text Example

White with #D1508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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