Html Css Color HEX #DB63E5 Free Speech Magenta

📋 copy color: '#DB63E5'

red 219 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #DB63E5

Tints of Free Speech Magenta #DB63E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 40.04%
G = 18.1%
B = 41.86%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DB63E5 (or 0xDB63E5) is known color: Free Speech Magenta. HEX triplet: DB, 63 and E5. RGB value is (219,99,229). Sum of RGB (Red+Green+Blue) = 219+99+229=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63E5 is #249C1A. Grayscale: #959595. Windows color (decimal): -2399259 or 15033307. OLE color: 15033307.

HSL color Cylindrical-coordinate representation of color #DB63E5: hue angle of 295.38º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB63E5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 99 229 -
CMYK 0.04 0.57 0 0.10
HSL 295.38º 0.71% 0.64% -
HSV(B) 295.38º 0.57% 0.9% -
XYZ 47.82 29.64 77.33 -
YUV 149.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 219 99 229 0.04 0.57 0 0.10 295.38 0.71 0.64
Hex DB 63 E5 4 39 0 A 127 47 40
Octal 333 143 345 4 71 0 12 447 107 100
Binary 11011011 1100011 11100101 100 111001 0 1010 100100111 1000111 1000000

Color Harmonies of #DB63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63E5

Black with #DB63E5

Text Example


Text Example

White with #DB63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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