Html Css Color HEX #D150A2 Mulberry

📋 copy color: '#D150A2'

red 209 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #D150A2

Tints of Mulberry #D150A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.92%

R = 46.34%
G = 17.74%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D150A2 (or 0xD150A2) is known color: Mulberry. HEX triplet: D1, 50 and A2. RGB value is (209,80,162). Sum of RGB (Red+Green+Blue) = 209+80+162=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D150A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150A2 is #2EAF5D. Grayscale: #7F7F7F. Windows color (decimal): -3059550 or 10637521. OLE color: 10637521.

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

Color convert

RGB 209 80 162 -
CMYK 0 0.62 0.22 0.18
HSL 321.86º 0.58% 0.57% -
HSV(B) 321.86º 0.62% 0.82% -
XYZ 35.68 21.9 36.53 -
YUV 127.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 209 80 162 0 0.62 0.22 0.18 321.86 0.58 0.57
Hex D1 50 A2 0 3E 16 12 142 3A 39
Octal 321 120 242 0 76 26 22 502 72 71
Binary 11010001 1010000 10100010 0 111110 10110 10010 101000010 111010 111001

Color Harmonies of #D150A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150A2

Black with #D150A2

Text Example


Text Example

White with #D150A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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