Html Css Color HEX #D952AD Mulberry

📋 copy color: '#D952AD'

red 217 ◦ green 82 ◦ blue 173

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

Shades of Mulberry #D952AD

Tints of Mulberry #D952AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 45.97%
G = 17.37%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D952AD (or 0xD952AD) is known color: Mulberry. HEX triplet: D9, 52 and AD. RGB value is (217,82,173). Sum of RGB (Red+Green+Blue) = 217+82+173=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D952AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952AD is #26AD52. Grayscale: #848484. Windows color (decimal): -2534739 or 11358937. OLE color: 11358937.

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

Color convert

RGB 217 82 173 -
CMYK 0 0.62 0.20 0.15
HSL 319.56º 0.64% 0.59% -
HSV(B) 319.56º 0.62% 0.85% -
XYZ 39.18 23.8 42.06 -
YUV 132.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 217 82 173 0 0.62 0.20 0.15 319.56 0.64 0.59
Hex D9 52 AD 0 3E 14 F 140 40 3B
Octal 331 122 255 0 76 24 17 500 100 73
Binary 11011001 1010010 10101101 0 111110 10100 1111 101000000 1000000 111011

Color Harmonies of #D952AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952AD

Black with #D952AD

Text Example


Text Example

White with #D952AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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