Html Css Color HEX #DB33E5 Free Speech Magenta

📋 copy color: '#DB33E5'

red 219 ◦ green 51 ◦ blue 229

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

Shades of Free Speech Magenta #DB33E5

Tints of Free Speech Magenta #DB33E5

RGB

 RED value IS 219 (85.94% from 255) = 43.89%

 GREEN value IS 51 (20.31% from 255) = 10.22%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 43.89%
G = 10.22%
B = 45.89%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB33E5 (or 0xDB33E5) is known color: Free Speech Magenta. HEX triplet: DB, 33 and E5. RGB value is (219,51,229). Sum of RGB (Red+Green+Blue) = 219+51+229=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB33E5 is #24CC1A. Grayscale: #787878. Windows color (decimal): -2411547 or 15021019. OLE color: 15021019.

HSL color Cylindrical-coordinate representation of color #DB33E5: hue angle of 296.63º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB33E5 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 51 229 -
CMYK 0.04 0.78 0 0.10
HSL 296.63º 0.77% 0.55% -
HSV(B) 296.63º 0.78% 0.9% -
XYZ 44.54 23.08 76.24 -
YUV 121.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 219 51 229 0.04 0.78 0 0.10 296.63 0.77 0.55
Hex DB 33 E5 4 4E 0 A 129 4D 37
Octal 333 63 345 4 116 0 12 451 115 67
Binary 11011011 110011 11100101 100 1001110 0 1010 100101001 1001101 110111

Color Harmonies of #DB33E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33E5

Black with #DB33E5

Text Example


Text Example

White with #DB33E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33E5; }

 p { color: rgb(219,51,229); }

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

background-color css

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

 a { background-color: rgb(219,51,229); }

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

border-color css

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

 span { border-color: rgb(219,51,229); }

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