Html Css Color HEX #DB63C5 Free Speech Magenta

📋 copy color: '#DB63C5'

red 219 ◦ green 99 ◦ blue 197

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

Shades of Free Speech Magenta #DB63C5

Tints of Free Speech Magenta #DB63C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 42.52%
G = 19.22%
B = 38.25%

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

#DB63C5 (or 0xDB63C5) is known color: Free Speech Magenta. HEX triplet: DB, 63 and C5. RGB value is (219,99,197). Sum of RGB (Red+Green+Blue) = 219+99+197=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB63C5 is #249C3A. Grayscale: #919191. Windows color (decimal): -2399291 or 12936155. OLE color: 12936155.

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

Color convert

RGB 219 99 197 -
CMYK 0 0.55 0.10 0.14
HSL 311º 0.63% 0.62% -
HSV(B) 311º 0.55% 0.86% -
XYZ 43.75 28.01 55.92 -
YUV 146.05 156.76 180.03 -
System Red Green Blue C M Y K H S L
Decimal 219 99 197 0 0.55 0.10 0.14 311 0.63 0.62
Hex DB 63 C5 0 37 A E 137 3E 3E
Octal 333 143 305 0 67 12 16 467 76 76
Binary 11011011 1100011 11000101 0 110111 1010 1110 100110111 111110 111110

Color Harmonies of #DB63C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB63C5

Black with #DB63C5

Text Example


Text Example

White with #DB63C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB63C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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