Html Css Color HEX #DB4EEB Free Speech Magenta

📋 copy color: '#DB4EEB'

red 219 ◦ green 78 ◦ blue 235

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

Shades of Free Speech Magenta #DB4EEB

Tints of Free Speech Magenta #DB4EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 41.17%
G = 14.66%
B = 44.17%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB4EEB (or 0xDB4EEB) is known color: Free Speech Magenta. HEX triplet: DB, 4E and EB. RGB value is (219,78,235). Sum of RGB (Red+Green+Blue) = 219+78+235=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EEB is #24B114. Grayscale: #898989. Windows color (decimal): -2404629 or 15421147. OLE color: 15421147.

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

Color convert

RGB 219 78 235 -
CMYK 0.07 0.67 0 0.08
HSL 293.89º 0.8% 0.61% -
HSV(B) 293.89º 0.67% 0.92% -
XYZ 46.93 26.51 81.24 -
YUV 138.06 182.71 185.73 -
System Red Green Blue C M Y K H S L
Decimal 219 78 235 0.07 0.67 0 0.08 293.89 0.8 0.61
Hex DB 4E EB 7 43 0 8 126 50 3D
Octal 333 116 353 7 103 0 10 446 120 75
Binary 11011011 1001110 11101011 111 1000011 0 1000 100100110 1010000 111101

Color Harmonies of #DB4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EEB

Black with #DB4EEB

Text Example


Text Example

White with #DB4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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