Html Css Color HEX #D43BAA Mulberry

📋 copy color: '#D43BAA'

red 212 ◦ green 59 ◦ blue 170

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

Shades of Mulberry #D43BAA

Tints of Mulberry #D43BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.38%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 48.07%
G = 13.38%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D43BAA (or 0xD43BAA) is known color: Mulberry. HEX triplet: D4, 3B and AA. RGB value is (212,59,170). Sum of RGB (Red+Green+Blue) = 212+59+170=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BAA is #2BC455. Grayscale: #757575. Windows color (decimal): -2868310 or 11156436. OLE color: 11156436.

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

Color convert

RGB 212 59 170 -
CMYK 0 0.72 0.20 0.17
HSL 316.47º 0.64% 0.53% -
HSV(B) 316.47º 0.72% 0.83% -
XYZ 35.97 20.03 40 -
YUV 117.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 212 59 170 0 0.72 0.20 0.17 316.47 0.64 0.53
Hex D4 3B AA 0 48 14 11 13C 40 35
Octal 324 73 252 0 110 24 21 474 100 65
Binary 11010100 111011 10101010 0 1001000 10100 10001 100111100 1000000 110101

Color Harmonies of #D43BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BAA

Black with #D43BAA

Text Example


Text Example

White with #D43BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BAA; }

 p { color: rgb(212,59,170); }

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

background-color css

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

 a { background-color: rgb(212,59,170); }

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

border-color css

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

 span { border-color: rgb(212,59,170); }

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