Html Css Color HEX #D350AB Mulberry

📋 copy color: '#D350AB'

red 211 ◦ green 80 ◦ blue 171

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

Shades of Mulberry #D350AB

Tints of Mulberry #D350AB

RGB

 RED value IS 211 (82.81% from 255) = 45.67%

 GREEN value IS 80 (31.64% from 255) = 17.32%

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

R = 45.67%
G = 17.32%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D350AB (or 0xD350AB) is known color: Mulberry. HEX triplet: D3, 50 and AB. RGB value is (211,80,171). Sum of RGB (Red+Green+Blue) = 211+80+171=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AB is #2CAF54. Grayscale: #818181. Windows color (decimal): -2928469 or 11227347. OLE color: 11227347.

HSL color Cylindrical-coordinate representation of color #D350AB: hue angle of 318.32º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D350AB is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 80 171 -
CMYK 0 0.62 0.19 0.17
HSL 318.32º 0.6% 0.57% -
HSV(B) 318.32º 0.62% 0.83% -
XYZ 37.08 22.53 40.92 -
YUV 129.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 211 80 171 0 0.62 0.19 0.17 318.32 0.6 0.57
Hex D3 50 AB 0 3E 13 11 13E 3C 39
Octal 323 120 253 0 76 23 21 476 74 71
Binary 11010011 1010000 10101011 0 111110 10011 10001 100111110 111100 111001

Color Harmonies of #D350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350AB

Black with #D350AB

Text Example


Text Example

White with #D350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350AB; }

 p { color: rgb(211,80,171); }

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

background-color css

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

 a { background-color: rgb(211,80,171); }

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

border-color css

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

 span { border-color: rgb(211,80,171); }

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