Html Css Color HEX #DB62DC Free Speech Magenta

📋 copy color: '#DB62DC'

red 219 ◦ green 98 ◦ blue 220

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

Shades of Free Speech Magenta #DB62DC

Tints of Free Speech Magenta #DB62DC

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 value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB62DC (or 0xDB62DC) is known color: 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

RGB 219 98 220 -
CMYK 0.00 0.55 0 0.14
HSL 299.51º 0.64% 0.62% -
HSV(B) 299.51º 0.55% 0.86% -
XYZ 46.5 28.96 70.85 -
YUV 148.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 219 98 220 0.00 0.55 0 0.14 299.51 0.64 0.62
Hex DB 62 DC 0 37 0 E 12C 40 3E
Octal 333 142 334 0 67 0 16 454 100 76
Binary 11011011 1100010 11011100 0 110111 0 1110 100101100 1000000 111110

Color Harmonies of #DB62DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB62DC

Black with #DB62DC

Text Example


Text Example

White with #DB62DC

Text Example


Text Example

HTML Codes & Css Web 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>