Html Css Color HEX #DB52E7 Free Speech Magenta

📋 copy color: '#DB52E7'

red 219 ◦ green 82 ◦ blue 231

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

Shades of Free Speech Magenta #DB52E7

Tints of Free Speech Magenta #DB52E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 41.17%
G = 15.41%
B = 43.42%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB52E7 (or 0xDB52E7) is known color: Free Speech Magenta. HEX triplet: DB, 52 and E7. RGB value is (219,82,231). Sum of RGB (Red+Green+Blue) = 219+82+231=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB52E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52E7 is #24AD18. Grayscale: #8B8B8B. Windows color (decimal): -2403609 or 15160027. OLE color: 15160027.

HSL color Cylindrical-coordinate representation of color #DB52E7: hue angle of 295.17º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB52E7 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 82 231 -
CMYK 0.05 0.65 0 0.09
HSL 295.17º 0.76% 0.61% -
HSV(B) 295.17º 0.65% 0.91% -
XYZ 46.65 26.86 78.33 -
YUV 139.95 179.39 184.38 -
System Red Green Blue C M Y K H S L
Decimal 219 82 231 0.05 0.65 0 0.09 295.17 0.76 0.61
Hex DB 52 E7 5 41 0 9 127 4C 3D
Octal 333 122 347 5 101 0 11 447 114 75
Binary 11011011 1010010 11100111 101 1000001 0 1001 100100111 1001100 111101

Color Harmonies of #DB52E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52E7

Black with #DB52E7

Text Example


Text Example

White with #DB52E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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