Html Css Color HEX #D33BB8 Fuchsia

📋 copy color: '#D33BB8'

red 211 ◦ green 59 ◦ blue 184

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

Shades of Fuchsia #D33BB8

Tints of Fuchsia #D33BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.53%

R = 46.48%
G = 13%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D33BB8 (or 0xD33BB8) is known color: Fuchsia. HEX triplet: D3, 3B and B8. RGB value is (211,59,184). Sum of RGB (Red+Green+Blue) = 211+59+184=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D33BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D33BB8 is #2CC447. Grayscale: #767676. Windows color (decimal): -2933832 or 12073939. OLE color: 12073939.

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

Color convert

RGB 211 59 184 -
CMYK 0 0.72 0.13 0.17
HSL 310.66º 0.63% 0.53% -
HSV(B) 310.66º 0.72% 0.83% -
XYZ 37.08 20.44 47.34 -
YUV 118.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 211 59 184 0 0.72 0.13 0.17 310.66 0.63 0.53
Hex D3 3B B8 0 48 D 11 137 3F 35
Octal 323 73 270 0 110 15 21 467 77 65
Binary 11010011 111011 10111000 0 1001000 1101 10001 100110111 111111 110101

Color Harmonies of #D33BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BB8

Black with #D33BB8

Text Example


Text Example

White with #D33BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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