Html Css Color HEX #D153AA Mulberry

📋 copy color: '#D153AA'

red 209 ◦ green 83 ◦ blue 170

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

Shades of Mulberry #D153AA

Tints of Mulberry #D153AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.97%

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

R = 45.24%
G = 17.97%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D153AA (or 0xD153AA) is known color: Mulberry. HEX triplet: D1, 53 and AA. RGB value is (209,83,170). Sum of RGB (Red+Green+Blue) = 209+83+170=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D153AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D153AA is #2EAC55. Grayscale: #828282. Windows color (decimal): -3058774 or 11162577. OLE color: 11162577.

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

Color convert

RGB 209 83 170 -
CMYK 0 0.60 0.19 0.18
HSL 318.57º 0.58% 0.57% -
HSV(B) 318.57º 0.6% 0.82% -
XYZ 36.64 22.64 40.47 -
YUV 130.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 209 83 170 0 0.60 0.19 0.18 318.57 0.58 0.57
Hex D1 53 AA 0 3C 13 12 13F 3A 39
Octal 321 123 252 0 74 23 22 477 72 71
Binary 11010001 1010011 10101010 0 111100 10011 10010 100111111 111010 111001

Color Harmonies of #D153AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D153AA

Black with #D153AA

Text Example


Text Example

White with #D153AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D153AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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