Html Css Color HEX #DB63BE Free Speech Magenta

📋 copy color: '#DB63BE'

red 219 ◦ green 99 ◦ blue 190

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

Shades of Free Speech Magenta #DB63BE

Tints of Free Speech Magenta #DB63BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 43.11%
G = 19.49%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB63BE (or 0xDB63BE) is known color: Free Speech Magenta. HEX triplet: DB, 63 and BE. RGB value is (219,99,190). Sum of RGB (Red+Green+Blue) = 219+99+190=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63BE is #249C41. Grayscale: #919191. Windows color (decimal): -2399298 or 12477403. OLE color: 12477403.

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

Color convert

RGB 219 99 190 -
CMYK 0 0.55 0.13 0.14
HSL 314.5º 0.63% 0.62% -
HSV(B) 314.5º 0.55% 0.86% -
XYZ 42.97 27.7 51.8 -
YUV 145.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 219 99 190 0 0.55 0.13 0.14 314.5 0.63 0.62
Hex DB 63 BE 0 37 D E 13A 3E 3E
Octal 333 143 276 0 67 15 16 472 76 76
Binary 11011011 1100011 10111110 0 110111 1101 1110 100111010 111110 111110

Color Harmonies of #DB63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63BE

Black with #DB63BE

Text Example


Text Example

White with #DB63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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