Html Css Color HEX #D952A8 Mulberry

📋 copy color: '#D952A8'

red 217 ◦ green 82 ◦ blue 168

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

Shades of Mulberry #D952A8

Tints of Mulberry #D952A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 46.47%
G = 17.56%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D952A8 (or 0xD952A8) is known color: Mulberry. HEX triplet: D9, 52 and A8. RGB value is (217,82,168). Sum of RGB (Red+Green+Blue) = 217+82+168=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D952A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952A8 is #26AD57. Grayscale: #838383. Windows color (decimal): -2534744 or 11031257. OLE color: 11031257.

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

Color convert

RGB 217 82 168 -
CMYK 0 0.62 0.23 0.15
HSL 321.78º 0.64% 0.59% -
HSV(B) 321.78º 0.62% 0.85% -
XYZ 38.7 23.61 39.56 -
YUV 132.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 217 82 168 0 0.62 0.23 0.15 321.78 0.64 0.59
Hex D9 52 A8 0 3E 17 F 142 40 3B
Octal 331 122 250 0 76 27 17 502 100 73
Binary 11011001 1010010 10101000 0 111110 10111 1111 101000010 1000000 111011

Color Harmonies of #D952A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952A8

Black with #D952A8

Text Example


Text Example

White with #D952A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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