Html Css Color HEX #D741AB Mulberry

📋 copy color: '#D741AB'

red 215 ◦ green 65 ◦ blue 171

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

Shades of Mulberry #D741AB

Tints of Mulberry #D741AB

RGB

 RED value IS 215 (84.38% from 255) = 47.67%

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

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

R = 47.67%
G = 14.41%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D741AB (or 0xD741AB) is known color: Mulberry. HEX triplet: D7, 41 and AB. RGB value is (215,65,171). Sum of RGB (Red+Green+Blue) = 215+65+171=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D741AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D741AB is #28BE54. Grayscale: #797979. Windows color (decimal): -2670165 or 11223511. OLE color: 11223511.

HSL color Cylindrical-coordinate representation of color #D741AB: hue angle of 317.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D741AB is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 65 171 -
CMYK 0 0.70 0.20 0.16
HSL 317.6º 0.65% 0.55% -
HSV(B) 317.6º 0.7% 0.84% -
XYZ 37.27 21.17 40.65 -
YUV 121.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 215 65 171 0 0.70 0.20 0.16 317.6 0.65 0.55
Hex D7 41 AB 0 46 14 10 13E 41 37
Octal 327 101 253 0 106 24 20 476 101 67
Binary 11010111 1000001 10101011 0 1000110 10100 10000 100111110 1000001 110111

Color Harmonies of #D741AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D741AB

Black with #D741AB

Text Example


Text Example

White with #D741AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D741AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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