Html Css Color HEX #DB63B9 Free Speech Magenta

📋 copy color: '#DB63B9'

red 219 ◦ green 99 ◦ blue 185

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

Shades of Free Speech Magenta #DB63B9

Tints of Free Speech Magenta #DB63B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 43.54%
G = 19.68%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DB63B9 (or 0xDB63B9) is known color: Free Speech Magenta. HEX triplet: DB, 63 and B9. RGB value is (219,99,185). Sum of RGB (Red+Green+Blue) = 219+99+185=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63B9 is #249C46. Grayscale: #909090. Windows color (decimal): -2399303 or 12149723. OLE color: 12149723.

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

Color convert

RGB 219 99 185 -
CMYK 0 0.55 0.16 0.14
HSL 317º 0.63% 0.62% -
HSV(B) 317º 0.55% 0.86% -
XYZ 42.43 27.49 48.97 -
YUV 144.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 219 99 185 0 0.55 0.16 0.14 317 0.63 0.62
Hex DB 63 B9 0 37 10 E 13D 3E 3E
Octal 333 143 271 0 67 20 16 475 76 76
Binary 11011011 1100011 10111001 0 110111 10000 1110 100111101 111110 111110

Color Harmonies of #DB63B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63B9

Black with #DB63B9

Text Example


Text Example

White with #DB63B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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