#DB62DC

Color #DB62DC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DB62DC

Tints of Free Speech Magenta #DB62DC

Color information

#DB62DC (or 0xDB62DC) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 62 and DC. RGB value is (219,98,220). Sum of RGB (Red+Green+Blue) = 219+98+220=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62DC is #249D23. Grayscale: #939393. Windows color (decimal): -2399524 or 14443227. OLE color: 14443227.

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

Color convert

RGB21998220-
CMYK0.000.5500.14
HSL299.51º63.54%62.35%-
HSV(B)299.51º55.45%86.27%-
XYZ46.528.9670.85-
YUV148.09168.59178.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 98 (38.67% from 255) = 18.25%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=40.78%
G=18.25%
B=40.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219982200.000.5500.14299.5163.5462.35
HexDB62DC0370E12c403e
Octal33314233406701645410076
Binary110110111100010110111000110111011101001011001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB62DC; }

 p { color: rgb(219,98,220); }

 H1.HeaderClassName
 {
   color: #DB62DC;
 }
 .AnyTagClassName
 {
   color: #DB62DC;
 }
</style>
background-color css

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

 a { background-color: rgb(219,98,220); }

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

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

 span { border-color: rgb(219,98,220); }

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