Html Css Color HEX #DB55EE Free Speech Magenta

📋 copy color: '#DB55EE'

red 219 ◦ green 85 ◦ blue 238

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

Shades of Free Speech Magenta #DB55EE

Tints of Free Speech Magenta #DB55EE

RGB

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

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

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

R = 40.41%
G = 15.68%
B = 43.91%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB55EE (or 0xDB55EE) is known color: Free Speech Magenta. HEX triplet: DB, 55 and EE. RGB value is (219,85,238). Sum of RGB (Red+Green+Blue) = 219+85+238=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB55EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55EE is #24AA11. Grayscale: #8E8E8E. Windows color (decimal): -2402834 or 15619547. OLE color: 15619547.

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

Color convert

RGB 219 85 238 -
CMYK 0.08 0.64 0 0.07
HSL 292.55º 0.82% 0.63% -
HSV(B) 292.55º 0.64% 0.93% -
XYZ 47.89 27.73 83.72 -
YUV 142.51 181.89 182.56 -
System Red Green Blue C M Y K H S L
Decimal 219 85 238 0.08 0.64 0 0.07 292.55 0.82 0.63
Hex DB 55 EE 8 40 0 7 125 52 3F
Octal 333 125 356 10 100 0 7 445 122 77
Binary 11011011 1010101 11101110 1000 1000000 0 111 100100101 1010010 111111

Color Harmonies of #DB55EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55EE

Black with #DB55EE

Text Example


Text Example

White with #DB55EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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