Html Css Color HEX #DB53D8 Free Speech Magenta

📋 copy color: '#DB53D8'

red 219 ◦ green 83 ◦ blue 216

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

Shades of Free Speech Magenta #DB53D8

Tints of Free Speech Magenta #DB53D8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 42.28%
G = 16.02%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB53D8 (or 0xDB53D8) is known color: Free Speech Magenta. HEX triplet: DB, 53 and D8. RGB value is (219,83,216). Sum of RGB (Red+Green+Blue) = 219+83+216=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53D8 is #24AC27. Grayscale: #8A8A8A. Windows color (decimal): -2403368 or 14177243. OLE color: 14177243.

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

Color convert

RGB 219 83 216 -
CMYK 0 0.62 0.01 0.14
HSL 301.32º 0.65% 0.59% -
HSV(B) 301.32º 0.62% 0.86% -
XYZ 44.7 26.2 67.67 -
YUV 138.83 171.56 185.19 -
System Red Green Blue C M Y K H S L
Decimal 219 83 216 0 0.62 0.01 0.14 301.32 0.65 0.59
Hex DB 53 D8 0 3E 1 E 12D 41 3B
Octal 333 123 330 0 76 1 16 455 101 73
Binary 11011011 1010011 11011000 0 111110 1 1110 100101101 1000001 111011

Color Harmonies of #DB53D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB53D8

Black with #DB53D8

Text Example


Text Example

White with #DB53D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB53D8; }

 p { color: rgb(219,83,216); }

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

background-color css

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

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

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

border-color css

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

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

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