Html Css Color HEX #DB4EEE Free Speech Magenta

📋 copy color: '#DB4EEE'

red 219 ◦ green 78 ◦ blue 238

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

Shades of Free Speech Magenta #DB4EEE

Tints of Free Speech Magenta #DB4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.58%

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

R = 40.93%
G = 14.58%
B = 44.49%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB4EEE (or 0xDB4EEE) is known color: Free Speech Magenta. HEX triplet: DB, 4E and EE. RGB value is (219,78,238). Sum of RGB (Red+Green+Blue) = 219+78+238=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 78 (30.86% from 255 or 14.58% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EEE is #24B111. Grayscale: #898989. Windows color (decimal): -2404626 or 15617755. OLE color: 15617755.

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

Color convert

RGB 219 78 238 -
CMYK 0.08 0.67 0 0.07
HSL 292.88º 0.82% 0.62% -
HSV(B) 292.88º 0.67% 0.93% -
XYZ 47.37 26.68 83.54 -
YUV 138.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 219 78 238 0.08 0.67 0 0.07 292.88 0.82 0.62
Hex DB 4E EE 8 43 0 7 125 52 3E
Octal 333 116 356 10 103 0 7 445 122 76
Binary 11011011 1001110 11101110 1000 1000011 0 111 100100101 1010010 111110

Color Harmonies of #DB4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EEE

Black with #DB4EEE

Text Example


Text Example

White with #DB4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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