Html Css Color HEX #DB4EED Free Speech Magenta

📋 copy color: '#DB4EED'

red 219 ◦ green 78 ◦ blue 237

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

Shades of Free Speech Magenta #DB4EED

Tints of Free Speech Magenta #DB4EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 41.01%
G = 14.61%
B = 44.38%

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

#DB4EED (or 0xDB4EED) is known color: Free Speech Magenta. HEX triplet: DB, 4E and ED. RGB value is (219,78,237). Sum of RGB (Red+Green+Blue) = 219+78+237=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EED is #24B112. Grayscale: #898989. Windows color (decimal): -2404627 or 15552219. OLE color: 15552219.

HSL color Cylindrical-coordinate representation of color #DB4EED: hue angle of 293.21º 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 #DB4EED is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 78 237 -
CMYK 0.08 0.67 0 0.07
HSL 293.21º 0.82% 0.62% -
HSV(B) 293.21º 0.67% 0.93% -
XYZ 47.22 26.62 82.77 -
YUV 138.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 219 78 237 0.08 0.67 0 0.07 293.21 0.82 0.62
Hex DB 4E ED 8 43 0 7 125 52 3E
Octal 333 116 355 10 103 0 7 445 122 76
Binary 11011011 1001110 11101101 1000 1000011 0 111 100100101 1010010 111110

Color Harmonies of #DB4EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4EED

Black with #DB4EED

Text Example


Text Example

White with #DB4EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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