Html Css Color HEX #DB63E9 Free Speech Magenta

📋 copy color: '#DB63E9'

red 219 ◦ green 99 ◦ blue 233

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

Shades of Free Speech Magenta #DB63E9

Tints of Free Speech Magenta #DB63E9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.97%

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 39.75%
G = 17.97%
B = 42.29%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB63E9 (or 0xDB63E9) is known color: Free Speech Magenta. HEX triplet: DB, 63 and E9. RGB value is (219,99,233). Sum of RGB (Red+Green+Blue) = 219+99+233=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB63E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB63E9 is #249C16. Grayscale: #959595. Windows color (decimal): -2399255 or 15295451. OLE color: 15295451.

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

Color convert

RGB 219 99 233 -
CMYK 0.06 0.58 0 0.09
HSL 293.73º 0.75% 0.65% -
HSV(B) 293.73º 0.58% 0.91% -
XYZ 48.38 29.87 80.31 -
YUV 150.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 219 99 233 0.06 0.58 0 0.09 293.73 0.75 0.65
Hex DB 63 E9 6 3A 0 9 126 4B 41
Octal 333 143 351 6 72 0 11 446 113 101
Binary 11011011 1100011 11101001 110 111010 0 1001 100100110 1001011 1000001

Color Harmonies of #DB63E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63E9

Black with #DB63E9

Text Example


Text Example

White with #DB63E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63E9; }

 p { color: rgb(219,99,233); }

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

background-color css

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

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

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

border-color css

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

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

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