Html Css Color HEX #D33BB2 Fuchsia

📋 copy color: '#D33BB2'

red 211 ◦ green 59 ◦ blue 178

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

Shades of Fuchsia #D33BB2

Tints of Fuchsia #D33BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 47.1%
G = 13.17%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#D33BB2 (or 0xD33BB2) is known color: Fuchsia. HEX triplet: D3, 3B and B2. RGB value is (211,59,178). Sum of RGB (Red+Green+Blue) = 211+59+178=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33BB2 is #2CC44D. Grayscale: #757575. Windows color (decimal): -2933838 or 11680723. OLE color: 11680723.

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

Color convert

RGB 211 59 178 -
CMYK 0 0.72 0.16 0.17
HSL 313.03º 0.63% 0.53% -
HSV(B) 313.03º 0.72% 0.83% -
XYZ 36.46 20.19 44.09 -
YUV 118.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 211 59 178 0 0.72 0.16 0.17 313.03 0.63 0.53
Hex D3 3B B2 0 48 10 11 139 3F 35
Octal 323 73 262 0 110 20 21 471 77 65
Binary 11010011 111011 10110010 0 1001000 10000 10001 100111001 111111 110101

Color Harmonies of #D33BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BB2

Black with #D33BB2

Text Example


Text Example

White with #D33BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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