Html Css Color HEX #DB63C6 Free Speech Magenta

📋 copy color: '#DB63C6'

red 219 ◦ green 99 ◦ blue 198

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

Shades of Free Speech Magenta #DB63C6

Tints of Free Speech Magenta #DB63C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.37%

R = 42.44%
G = 19.19%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB63C6 (or 0xDB63C6) is known color: Free Speech Magenta. HEX triplet: DB, 63 and C6. RGB value is (219,99,198). Sum of RGB (Red+Green+Blue) = 219+99+198=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63C6 is #249C39. Grayscale: #919191. Windows color (decimal): -2399290 or 13001691. OLE color: 13001691.

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

Color convert

RGB 219 99 198 -
CMYK 0 0.55 0.10 0.14
HSL 310.5º 0.63% 0.62% -
HSV(B) 310.5º 0.55% 0.86% -
XYZ 43.87 28.06 56.53 -
YUV 146.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 219 99 198 0 0.55 0.10 0.14 310.5 0.63 0.62
Hex DB 63 C6 0 37 A E 136 3E 3E
Octal 333 143 306 0 67 12 16 466 76 76
Binary 11011011 1100011 11000110 0 110111 1010 1110 100110110 111110 111110

Color Harmonies of #DB63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63C6

Black with #DB63C6

Text Example


Text Example

White with #DB63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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