Html Css Color HEX #D952AA Mulberry

📋 copy color: '#D952AA'

red 217 ◦ green 82 ◦ blue 170

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

Shades of Mulberry #D952AA

Tints of Mulberry #D952AA

RGB

 RED value IS 217 (85.16% from 255) = 46.27%

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

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

R = 46.27%
G = 17.48%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D952AA (or 0xD952AA) is known color: Mulberry. HEX triplet: D9, 52 and AA. RGB value is (217,82,170). Sum of RGB (Red+Green+Blue) = 217+82+170=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D952AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952AA is #26AD55. Grayscale: #848484. Windows color (decimal): -2534742 or 11162329. OLE color: 11162329.

HSL color Cylindrical-coordinate representation of color #D952AA: hue angle of 320.89º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952AA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 170 -
CMYK 0 0.62 0.22 0.15
HSL 320.89º 0.64% 0.59% -
HSV(B) 320.89º 0.62% 0.85% -
XYZ 38.89 23.69 40.55 -
YUV 132.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 217 82 170 0 0.62 0.22 0.15 320.89 0.64 0.59
Hex D9 52 AA 0 3E 16 F 141 40 3B
Octal 331 122 252 0 76 26 17 501 100 73
Binary 11011001 1010010 10101010 0 111110 10110 1111 101000001 1000000 111011

Color Harmonies of #D952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952AA

Black with #D952AA

Text Example


Text Example

White with #D952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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