Html Css Color HEX #D952AC Mulberry

📋 copy color: '#D952AC'

red 217 ◦ green 82 ◦ blue 172

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

Shades of Mulberry #D952AC

Tints of Mulberry #D952AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 46.07%
G = 17.41%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D952AC (or 0xD952AC) is known color: Mulberry. HEX triplet: D9, 52 and AC. RGB value is (217,82,172). Sum of RGB (Red+Green+Blue) = 217+82+172=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D952AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952AC is #26AD53. Grayscale: #848484. Windows color (decimal): -2534740 or 11293401. OLE color: 11293401.

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

Color convert

RGB 217 82 172 -
CMYK 0 0.62 0.21 0.15
HSL 320º 0.64% 0.59% -
HSV(B) 320º 0.62% 0.85% -
XYZ 39.08 23.76 41.56 -
YUV 132.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 217 82 172 0 0.62 0.21 0.15 320 0.64 0.59
Hex D9 52 AC 0 3E 15 F 140 40 3B
Octal 331 122 254 0 76 25 17 500 100 73
Binary 11011001 1010010 10101100 0 111110 10101 1111 101000000 1000000 111011

Color Harmonies of #D952AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952AC

Black with #D952AC

Text Example


Text Example

White with #D952AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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