Html Css Color HEX #DB52DB Free Speech Magenta

📋 copy color: '#DB52DB'

red 219 ◦ green 82 ◦ blue 219

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

Shades of Free Speech Magenta #DB52DB

Tints of Free Speech Magenta #DB52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.77%

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

R = 42.12%
G = 15.77%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB52DB (or 0xDB52DB) is known color: Free Speech Magenta. HEX triplet: DB, 52 and DB. RGB value is (219,82,219). Sum of RGB (Red+Green+Blue) = 219+82+219=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DB is #24AD24. Grayscale: #8A8A8A. Windows color (decimal): -2403621 or 14373595. OLE color: 14373595.

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

Color convert

RGB 219 82 219 -
CMYK 0 0.63 0 0.14
HSL 300º 0.66% 0.59% -
HSV(B) 300º 0.63% 0.86% -
XYZ 45.02 26.21 69.7 -
YUV 138.58 173.39 185.36 -
System Red Green Blue C M Y K H S L
Decimal 219 82 219 0 0.63 0 0.14 300 0.66 0.59
Hex DB 52 DB 0 3F 0 E 12C 42 3B
Octal 333 122 333 0 77 0 16 454 102 73
Binary 11011011 1010010 11011011 0 111111 0 1110 100101100 1000010 111011

Color Harmonies of #DB52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52DB

Black with #DB52DB

Text Example


Text Example

White with #DB52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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