Html Css Color HEX #DB55EB Free Speech Magenta

📋 copy color: '#DB55EB'

red 219 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #DB55EB

Tints of Free Speech Magenta #DB55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.77%

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

R = 40.63%
G = 15.77%
B = 43.6%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB55EB (or 0xDB55EB) is known color: Free Speech Magenta. HEX triplet: DB, 55 and EB. RGB value is (219,85,235). Sum of RGB (Red+Green+Blue) = 219+85+235=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55EB is #24AA14. Grayscale: #8D8D8D. Windows color (decimal): -2402837 or 15422939. OLE color: 15422939.

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

Color convert

RGB 219 85 235 -
CMYK 0.07 0.64 0 0.08
HSL 293.6º 0.79% 0.63% -
HSV(B) 293.6º 0.64% 0.92% -
XYZ 47.46 27.56 81.41 -
YUV 142.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 219 85 235 0.07 0.64 0 0.08 293.6 0.79 0.63
Hex DB 55 EB 7 40 0 8 126 4F 3F
Octal 333 125 353 7 100 0 10 446 117 77
Binary 11011011 1010101 11101011 111 1000000 0 1000 100100110 1001111 111111

Color Harmonies of #DB55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55EB

Black with #DB55EB

Text Example


Text Example

White with #DB55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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