Html Css Color HEX #D151A7 Mulberry

📋 copy color: '#D151A7'

red 209 ◦ green 81 ◦ blue 167

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

Shades of Mulberry #D151A7

Tints of Mulberry #D151A7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.72%

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

R = 45.73%
G = 17.72%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D151A7 (or 0xD151A7) is known color: Mulberry. HEX triplet: D1, 51 and A7. RGB value is (209,81,167). Sum of RGB (Red+Green+Blue) = 209+81+167=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D151A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D151A7 is #2EAE58. Grayscale: #808080. Windows color (decimal): -3059289 or 10965457. OLE color: 10965457.

HSL color Cylindrical-coordinate representation of color #D151A7: hue angle of 319.69º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D151A7 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 81 167 -
CMYK 0 0.61 0.20 0.18
HSL 319.69º 0.58% 0.57% -
HSV(B) 319.69º 0.61% 0.82% -
XYZ 36.21 22.23 38.94 -
YUV 129.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 209 81 167 0 0.61 0.20 0.18 319.69 0.58 0.57
Hex D1 51 A7 0 3D 14 12 140 3A 39
Octal 321 121 247 0 75 24 22 500 72 71
Binary 11010001 1010001 10100111 0 111101 10100 10010 101000000 111010 111001

Color Harmonies of #D151A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151A7

Black with #D151A7

Text Example


Text Example

White with #D151A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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