Html Css Color HEX #D33FAC Mulberry

📋 copy color: '#D33FAC'

red 211 ◦ green 63 ◦ blue 172

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

Shades of Mulberry #D33FAC

Tints of Mulberry #D33FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.13%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 47.31%
G = 14.13%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D33FAC (or 0xD33FAC) is known color: Mulberry. HEX triplet: D3, 3F and AC. RGB value is (211,63,172). Sum of RGB (Red+Green+Blue) = 211+63+172=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FAC is #2CC053. Grayscale: #777777. Windows color (decimal): -2932820 or 11288531. OLE color: 11288531.

HSL color Cylindrical-coordinate representation of color #D33FAC: hue angle of 315.81º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D33FAC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 63 172 -
CMYK 0 0.70 0.18 0.17
HSL 315.81º 0.63% 0.54% -
HSV(B) 315.81º 0.7% 0.83% -
XYZ 36.09 20.38 41.06 -
YUV 119.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 211 63 172 0 0.70 0.18 0.17 315.81 0.63 0.54
Hex D3 3F AC 0 46 12 11 13C 3F 36
Octal 323 77 254 0 106 22 21 474 77 66
Binary 11010011 111111 10101100 0 1000110 10010 10001 100111100 111111 110110

Color Harmonies of #D33FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FAC

Black with #D33FAC

Text Example


Text Example

White with #D33FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FAC; }

 p { color: rgb(211,63,172); }

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

background-color css

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

 a { background-color: rgb(211,63,172); }

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

border-color css

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

 span { border-color: rgb(211,63,172); }

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