Html Css Color HEX #D33BAA Mulberry

📋 copy color: '#D33BAA'

red 211 ◦ green 59 ◦ blue 170

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

Shades of Mulberry #D33BAA

Tints of Mulberry #D33BAA

RGB

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

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

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

R = 47.95%
G = 13.41%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D33BAA (or 0xD33BAA) is known color: Mulberry. HEX triplet: D3, 3B and AA. RGB value is (211,59,170). Sum of RGB (Red+Green+Blue) = 211+59+170=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BAA is #2CC455. Grayscale: #747474. Windows color (decimal): -2933846 or 11156435. OLE color: 11156435.

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

Color convert

RGB 211 59 170 -
CMYK 0 0.72 0.19 0.17
HSL 316.18º 0.63% 0.53% -
HSV(B) 316.18º 0.72% 0.83% -
XYZ 35.68 19.88 39.99 -
YUV 117.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 211 59 170 0 0.72 0.19 0.17 316.18 0.63 0.53
Hex D3 3B AA 0 48 13 11 13C 3F 35
Octal 323 73 252 0 110 23 21 474 77 65
Binary 11010011 111011 10101010 0 1001000 10011 10001 100111100 111111 110101

Color Harmonies of #D33BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BAA

Black with #D33BAA

Text Example


Text Example

White with #D33BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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