Html Css Color HEX #D43DA8 Mulberry

📋 copy color: '#D43DA8'

red 212 ◦ green 61 ◦ blue 168

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

Shades of Mulberry #D43DA8

Tints of Mulberry #D43DA8

RGB

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

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

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

R = 48.07%
G = 13.83%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D43DA8 (or 0xD43DA8) is known color: Mulberry. HEX triplet: D4, 3D and A8. RGB value is (212,61,168). Sum of RGB (Red+Green+Blue) = 212+61+168=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DA8 is #2BC257. Grayscale: #767676. Windows color (decimal): -2867800 or 11025876. OLE color: 11025876.

HSL color Cylindrical-coordinate representation of color #D43DA8: hue angle of 317.48º 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 #D43DA8 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 61 168 -
CMYK 0 0.71 0.21 0.17
HSL 317.48º 0.64% 0.54% -
HSV(B) 317.48º 0.71% 0.83% -
XYZ 35.89 20.16 39.05 -
YUV 118.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 212 61 168 0 0.71 0.21 0.17 317.48 0.64 0.54
Hex D4 3D A8 0 47 15 11 13D 40 36
Octal 324 75 250 0 107 25 21 475 100 66
Binary 11010100 111101 10101000 0 1000111 10101 10001 100111101 1000000 110110

Color Harmonies of #D43DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43DA8

Black with #D43DA8

Text Example


Text Example

White with #D43DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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