Html Css Color HEX #D33FA7 Mulberry

📋 copy color: '#D33FA7'

red 211 ◦ green 63 ◦ blue 167

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

Shades of Mulberry #D33FA7

Tints of Mulberry #D33FA7

RGB

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

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

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

R = 47.85%
G = 14.29%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D33FA7 (or 0xD33FA7) is known color: Mulberry. HEX triplet: D3, 3F and A7. RGB value is (211,63,167). Sum of RGB (Red+Green+Blue) = 211+63+167=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FA7 is #2CC058. Grayscale: #767676. Windows color (decimal): -2932825 or 10960851. OLE color: 10960851.

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

Color convert

RGB 211 63 167 -
CMYK 0 0.70 0.21 0.17
HSL 317.84º 0.63% 0.54% -
HSV(B) 317.84º 0.7% 0.83% -
XYZ 35.62 20.19 38.58 -
YUV 119.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 211 63 167 0 0.70 0.21 0.17 317.84 0.63 0.54
Hex D3 3F A7 0 46 15 11 13E 3F 36
Octal 323 77 247 0 106 25 21 476 77 66
Binary 11010011 111111 10100111 0 1000110 10101 10001 100111110 111111 110110

Color Harmonies of #D33FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FA7

Black with #D33FA7

Text Example


Text Example

White with #D33FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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