Html Css Color HEX #D43DAB Mulberry

📋 copy color: '#D43DAB'

red 212 ◦ green 61 ◦ blue 171

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

Shades of Mulberry #D43DAB

Tints of Mulberry #D43DAB

RGB

 RED value IS 212 (83.2% from 255) = 47.75%

 GREEN value IS 61 (24.22% from 255) = 13.74%

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

R = 47.75%
G = 13.74%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D43DAB (or 0xD43DAB) is known color: Mulberry. HEX triplet: D4, 3D and AB. RGB value is (212,61,171). Sum of RGB (Red+Green+Blue) = 212+61+171=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DAB is #2BC254. Grayscale: #767676. Windows color (decimal): -2867797 or 11222484. OLE color: 11222484.

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

Color convert

RGB 212 61 171 -
CMYK 0 0.71 0.19 0.17
HSL 316.29º 0.64% 0.54% -
HSV(B) 316.29º 0.71% 0.83% -
XYZ 36.17 20.27 40.54 -
YUV 118.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 212 61 171 0 0.71 0.19 0.17 316.29 0.64 0.54
Hex D4 3D AB 0 47 13 11 13C 40 36
Octal 324 75 253 0 107 23 21 474 100 66
Binary 11010100 111101 10101011 0 1000111 10011 10001 100111100 1000000 110110

Color Harmonies of #D43DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DAB

Black with #D43DAB

Text Example


Text Example

White with #D43DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DAB; }

 p { color: rgb(212,61,171); }

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

background-color css

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

 a { background-color: rgb(212,61,171); }

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

border-color css

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

 span { border-color: rgb(212,61,171); }

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