Html Css Color HEX #D43BA7 Mulberry

📋 copy color: '#D43BA7'

red 212 ◦ green 59 ◦ blue 167

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

Shades of Mulberry #D43BA7

Tints of Mulberry #D43BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.13%

R = 48.4%
G = 13.47%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D43BA7 (or 0xD43BA7) is known color: Mulberry. HEX triplet: D4, 3B and A7. RGB value is (212,59,167). Sum of RGB (Red+Green+Blue) = 212+59+167=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA7 is #2BC458. Grayscale: #747474. Windows color (decimal): -2868313 or 10959828. OLE color: 10959828.

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

Color convert

RGB 212 59 167 -
CMYK 0 0.72 0.21 0.17
HSL 317.65º 0.64% 0.53% -
HSV(B) 317.65º 0.72% 0.83% -
XYZ 35.69 19.92 38.52 -
YUV 117.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 212 59 167 0 0.72 0.21 0.17 317.65 0.64 0.53
Hex D4 3B A7 0 48 15 11 13E 40 35
Octal 324 73 247 0 110 25 21 476 100 65
Binary 11010100 111011 10100111 0 1001000 10101 10001 100111110 1000000 110101

Color Harmonies of #D43BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BA7

Black with #D43BA7

Text Example


Text Example

White with #D43BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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