Html Css Color HEX #DB55DB Free Speech Magenta

📋 copy color: '#DB55DB'

red 219 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #DB55DB

Tints of Free Speech Magenta #DB55DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 41.87%
G = 16.25%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB55DB (or 0xDB55DB) is known color: Free Speech Magenta. HEX triplet: DB, 55 and DB. RGB value is (219,85,219). Sum of RGB (Red+Green+Blue) = 219+85+219=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55DB is #24AA24. Grayscale: #8B8B8B. Windows color (decimal): -2402853 or 14374363. OLE color: 14374363.

HSL color Cylindrical-coordinate representation of color #DB55DB: hue angle of 300º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55DB is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 219 -
CMYK 0 0.61 0 0.14
HSL 300º 0.65% 0.6% -
HSV(B) 300º 0.61% 0.86% -
XYZ 45.25 26.67 69.78 -
YUV 140.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 219 85 219 0 0.61 0 0.14 300 0.65 0.6
Hex DB 55 DB 0 3D 0 E 12C 41 3C
Octal 333 125 333 0 75 0 16 454 101 74
Binary 11011011 1010101 11011011 0 111101 0 1110 100101100 1000001 111100

Color Harmonies of #DB55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55DB

Black with #DB55DB

Text Example


Text Example

White with #DB55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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