Html Css Color HEX #D150A7 Mulberry

📋 copy color: '#D150A7'

red 209 ◦ green 80 ◦ blue 167

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

Shades of Mulberry #D150A7

Tints of Mulberry #D150A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.62%

R = 45.83%
G = 17.54%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D150A7 (or 0xD150A7) is known color: Mulberry. HEX triplet: D1, 50 and A7. RGB value is (209,80,167). Sum of RGB (Red+Green+Blue) = 209+80+167=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D150A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150A7 is #2EAF58. Grayscale: #808080. Windows color (decimal): -3059545 or 10965201. OLE color: 10965201.

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

Color convert

RGB 209 80 167 -
CMYK 0 0.62 0.20 0.18
HSL 319.53º 0.58% 0.57% -
HSV(B) 319.53º 0.62% 0.82% -
XYZ 36.14 22.08 38.92 -
YUV 128.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 209 80 167 0 0.62 0.20 0.18 319.53 0.58 0.57
Hex D1 50 A7 0 3E 14 12 140 3A 39
Octal 321 120 247 0 76 24 22 500 72 71
Binary 11010001 1010000 10100111 0 111110 10100 10010 101000000 111010 111001

Color Harmonies of #D150A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150A7

Black with #D150A7

Text Example


Text Example

White with #D150A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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