#DB62CE

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

Shades of Free Speech Magenta #DB62CE

Tints of Free Speech Magenta #DB62CE

Color information

#DB62CE (or 0xDB62CE) is unknown color: approx Free Speech Magenta. HEX triplet: DB, 62 and CE. RGB value is (219,98,206). Sum of RGB (Red+Green+Blue) = 219+98+206=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62CE is #249D31. Grayscale: #929292. Windows color (decimal): -2399538 or 13525723. OLE color: 13525723.

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

Color convert

RGB21998206-
CMYK00.550.060.14
HSL306.45º62.69%62.16%-
HSV(B)306.45º55.25%85.88%-
XYZ44.7228.2561.49-
YUV146.49161.59179.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 98 (38.67% from 255) = 18.74%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=41.87%
G=18.74%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199820600.550.060.14306.4562.6962.16
HexDB62CE0376E1323f3e
Octal3331423160676164627776
Binary1101101111000101100111001101111101110100110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB62CE; }

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

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

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

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

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

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

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

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