Html Css Color HEX #D952AB Mulberry

📋 copy color: '#D952AB'

red 217 ◦ green 82 ◦ blue 171

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

Shades of Mulberry #D952AB

Tints of Mulberry #D952AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 46.17%
G = 17.45%
B = 36.38%

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

#D952AB (or 0xD952AB) is known color: Mulberry. HEX triplet: D9, 52 and AB. RGB value is (217,82,171). Sum of RGB (Red+Green+Blue) = 217+82+171=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D952AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952AB is #26AD54. Grayscale: #848484. Windows color (decimal): -2534741 or 11227865. OLE color: 11227865.

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

Color convert

RGB 217 82 171 -
CMYK 0 0.62 0.21 0.15
HSL 320.44º 0.64% 0.59% -
HSV(B) 320.44º 0.62% 0.85% -
XYZ 38.98 23.73 41.05 -
YUV 132.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 217 82 171 0 0.62 0.21 0.15 320.44 0.64 0.59
Hex D9 52 AB 0 3E 15 F 140 40 3B
Octal 331 122 253 0 76 25 17 500 100 73
Binary 11011001 1010010 10101011 0 111110 10101 1111 101000000 1000000 111011

Color Harmonies of #D952AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952AB

Black with #D952AB

Text Example


Text Example

White with #D952AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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