Html Css Color HEX #D33FA5 Mulberry

📋 copy color: '#D33FA5'

red 211 ◦ green 63 ◦ blue 165

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

Shades of Mulberry #D33FA5

Tints of Mulberry #D33FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 48.06%
G = 14.35%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D33FA5 (or 0xD33FA5) is known color: Mulberry. HEX triplet: D3, 3F and A5. RGB value is (211,63,165). Sum of RGB (Red+Green+Blue) = 211+63+165=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D33FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33FA5 is #2CC05A. Grayscale: #767676. Windows color (decimal): -2932827 or 10829779. OLE color: 10829779.

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

Color convert

RGB 211 63 165 -
CMYK 0 0.70 0.22 0.17
HSL 318.65º 0.63% 0.54% -
HSV(B) 318.65º 0.7% 0.83% -
XYZ 35.43 20.12 37.61 -
YUV 118.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 211 63 165 0 0.70 0.22 0.17 318.65 0.63 0.54
Hex D3 3F A5 0 46 16 11 13F 3F 36
Octal 323 77 245 0 106 26 21 477 77 66
Binary 11010011 111111 10100101 0 1000110 10110 10001 100111111 111111 110110

Color Harmonies of #D33FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FA5

Black with #D33FA5

Text Example


Text Example

White with #D33FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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