Html Css Color HEX #DB62DB Free Speech Magenta

📋 copy color: '#DB62DB'

red 219 ◦ green 98 ◦ blue 219

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

Shades of Free Speech Magenta #DB62DB

Tints of Free Speech Magenta #DB62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.28%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 40.86%
G = 18.28%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB62DB (or 0xDB62DB) is known color: Free Speech Magenta. HEX triplet: DB, 62 and DB. RGB value is (219,98,219). Sum of RGB (Red+Green+Blue) = 219+98+219=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB62DB is #249D24. Grayscale: #939393. Windows color (decimal): -2399525 or 14377691. OLE color: 14377691.

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

Color convert

RGB 219 98 219 -
CMYK 0 0.55 0 0.14
HSL 300º 0.63% 0.62% -
HSV(B) 300º 0.55% 0.86% -
XYZ 46.37 28.91 70.15 -
YUV 147.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 219 98 219 0 0.55 0 0.14 300 0.63 0.62
Hex DB 62 DB 0 37 0 E 12C 3F 3E
Octal 333 142 333 0 67 0 16 454 77 76
Binary 11011011 1100010 11011011 0 110111 0 1110 100101100 111111 111110

Color Harmonies of #DB62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62DB

Black with #DB62DB

Text Example


Text Example

White with #DB62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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