Html Css Color HEX #D152AA Mulberry

📋 copy color: '#D152AA'

red 209 ◦ green 82 ◦ blue 170

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

Shades of Mulberry #D152AA

Tints of Mulberry #D152AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.79%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 45.34%
G = 17.79%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D152AA (or 0xD152AA) is known color: Mulberry. HEX triplet: D1, 52 and AA. RGB value is (209,82,170). Sum of RGB (Red+Green+Blue) = 209+82+170=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D152AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152AA is #2EAD55. Grayscale: #818181. Windows color (decimal): -3059030 or 11162321. OLE color: 11162321.

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

Color convert

RGB 209 82 170 -
CMYK 0 0.61 0.19 0.18
HSL 318.43º 0.58% 0.57% -
HSV(B) 318.43º 0.61% 0.82% -
XYZ 36.57 22.49 40.44 -
YUV 130.01 150.58 184.34 -
System Red Green Blue C M Y K H S L
Decimal 209 82 170 0 0.61 0.19 0.18 318.43 0.58 0.57
Hex D1 52 AA 0 3D 13 12 13E 3A 39
Octal 321 122 252 0 75 23 22 476 72 71
Binary 11010001 1010010 10101010 0 111101 10011 10010 100111110 111010 111001

Color Harmonies of #D152AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152AA

Black with #D152AA

Text Example


Text Example

White with #D152AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152AA; }

 p { color: rgb(209,82,170); }

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

background-color css

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

 a { background-color: rgb(209,82,170); }

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

border-color css

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

 span { border-color: rgb(209,82,170); }

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