Html Css Color HEX #DB31EE Free Speech Magenta

📋 copy color: '#DB31EE'

red 219 ◦ green 49 ◦ blue 238

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

Shades of Free Speech Magenta #DB31EE

Tints of Free Speech Magenta #DB31EE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.68%

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

R = 43.28%
G = 9.68%
B = 47.04%

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

#DB31EE (or 0xDB31EE) is known color: Free Speech Magenta. HEX triplet: DB, 31 and EE. RGB value is (219,49,238). Sum of RGB (Red+Green+Blue) = 219+49+238=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB31EE is #24CE11. Grayscale: #787878. Windows color (decimal): -2412050 or 15610331. OLE color: 15610331.

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

Color convert

RGB 219 49 238 -
CMYK 0.08 0.79 0 0.07
HSL 293.97º 0.85% 0.56% -
HSV(B) 293.97º 0.79% 0.93% -
XYZ 45.74 23.43 83 -
YUV 121.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 219 49 238 0.08 0.79 0 0.07 293.97 0.85 0.56
Hex DB 31 EE 8 4F 0 7 126 55 38
Octal 333 61 356 10 117 0 7 446 125 70
Binary 11011011 110001 11101110 1000 1001111 0 111 100100110 1010101 111000

Color Harmonies of #DB31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB31EE

Black with #DB31EE

Text Example


Text Example

White with #DB31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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