Html Css Color HEX #DB52DA Free Speech Magenta

📋 copy color: '#DB52DA'

red 219 ◦ green 82 ◦ blue 218

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

Shades of Free Speech Magenta #DB52DA

Tints of Free Speech Magenta #DB52DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 42.2%
G = 15.8%
B = 42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB52DA (or 0xDB52DA) is known color: Free Speech Magenta. HEX triplet: DB, 52 and DA. RGB value is (219,82,218). Sum of RGB (Red+Green+Blue) = 219+82+218=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB52DA is #24AD25. Grayscale: #8A8A8A. Windows color (decimal): -2403622 or 14308059. OLE color: 14308059.

HSL color Cylindrical-coordinate representation of color #DB52DA: hue angle of 300.44º 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 #DB52DA is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 218 -
CMYK 0 0.63 0.00 0.14
HSL 300.44º 0.66% 0.59% -
HSV(B) 300.44º 0.63% 0.86% -
XYZ 44.89 26.16 69.01 -
YUV 138.47 172.89 185.44 -
System Red Green Blue C M Y K H S L
Decimal 219 82 218 0 0.63 0.00 0.14 300.44 0.66 0.59
Hex DB 52 DA 0 3F 0 E 12C 42 3B
Octal 333 122 332 0 77 0 16 454 102 73
Binary 11011011 1010010 11011010 0 111111 0 1110 100101100 1000010 111011

Color Harmonies of #DB52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52DA

Black with #DB52DA

Text Example


Text Example

White with #DB52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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