Html Css Color HEX #DB63BA Free Speech Magenta

📋 copy color: '#DB63BA'

red 219 ◦ green 99 ◦ blue 186

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

Shades of Free Speech Magenta #DB63BA

Tints of Free Speech Magenta #DB63BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 43.45%
G = 19.64%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB63BA (or 0xDB63BA) is known color: Free Speech Magenta. HEX triplet: DB, 63 and BA. RGB value is (219,99,186). Sum of RGB (Red+Green+Blue) = 219+99+186=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63BA is #249C45. Grayscale: #909090. Windows color (decimal): -2399302 or 12215259. OLE color: 12215259.

HSL color Cylindrical-coordinate representation of color #DB63BA: hue angle of 316.5º 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 #DB63BA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 186 -
CMYK 0 0.55 0.15 0.14
HSL 316.5º 0.63% 0.62% -
HSV(B) 316.5º 0.55% 0.86% -
XYZ 42.54 27.53 49.53 -
YUV 144.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 219 99 186 0 0.55 0.15 0.14 316.5 0.63 0.62
Hex DB 63 BA 0 37 F E 13C 3E 3E
Octal 333 143 272 0 67 17 16 474 76 76
Binary 11011011 1100011 10111010 0 110111 1111 1110 100111100 111110 111110

Color Harmonies of #DB63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63BA

Black with #DB63BA

Text Example


Text Example

White with #DB63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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