Html Css Color HEX #DB33EE Free Speech Magenta

📋 copy color: '#DB33EE'

red 219 ◦ green 51 ◦ blue 238

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

Shades of Free Speech Magenta #DB33EE

Tints of Free Speech Magenta #DB33EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 43.11%
G = 10.04%
B = 46.85%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB33EE (or 0xDB33EE) is known color: Free Speech Magenta. HEX triplet: DB, 33 and EE. RGB value is (219,51,238). Sum of RGB (Red+Green+Blue) = 219+51+238=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 51 (20.31% from 255 or 10.04% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB33EE is #24CC11. Grayscale: #797979. Windows color (decimal): -2411538 or 15610843. OLE color: 15610843.

HSL color Cylindrical-coordinate representation of color #DB33EE: hue angle of 293.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB33EE is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 51 238 -
CMYK 0.08 0.79 0 0.07
HSL 293.9º 0.85% 0.57% -
HSV(B) 293.9º 0.79% 0.93% -
XYZ 45.83 23.6 83.03 -
YUV 122.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 219 51 238 0.08 0.79 0 0.07 293.9 0.85 0.57
Hex DB 33 EE 8 4F 0 7 126 55 39
Octal 333 63 356 10 117 0 7 446 125 71
Binary 11011011 110011 11101110 1000 1001111 0 111 100100110 1010101 111001

Color Harmonies of #DB33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB33EE

Black with #DB33EE

Text Example


Text Example

White with #DB33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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