Html Css Color HEX #D941AB Mulberry

📋 copy color: '#D941AB'

red 217 ◦ green 65 ◦ blue 171

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

Shades of Mulberry #D941AB

Tints of Mulberry #D941AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.35%

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

R = 47.9%
G = 14.35%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D941AB (or 0xD941AB) is known color: Mulberry. HEX triplet: D9, 41 and AB. RGB value is (217,65,171). Sum of RGB (Red+Green+Blue) = 217+65+171=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D941AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941AB is #26BE54. Grayscale: #7A7A7A. Windows color (decimal): -2539093 or 11223513. OLE color: 11223513.

HSL color Cylindrical-coordinate representation of color #D941AB: hue angle of 318.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D941AB is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 171 -
CMYK 0 0.70 0.21 0.15
HSL 318.16º 0.67% 0.55% -
HSV(B) 318.16º 0.7% 0.85% -
XYZ 37.86 21.47 40.68 -
YUV 122.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 217 65 171 0 0.70 0.21 0.15 318.16 0.67 0.55
Hex D9 41 AB 0 46 15 F 13E 43 37
Octal 331 101 253 0 106 25 17 476 103 67
Binary 11011001 1000001 10101011 0 1000110 10101 1111 100111110 1000011 110111

Color Harmonies of #D941AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D941AB

Black with #D941AB

Text Example


Text Example

White with #D941AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D941AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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