Html Css Color HEX #DB40DC Free Speech Magenta

📋 copy color: '#DB40DC'

red 219 ◦ green 64 ◦ blue 220

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

Shades of Free Speech Magenta #DB40DC

Tints of Free Speech Magenta #DB40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.72%

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 43.54%
G = 12.72%
B = 43.74%

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB40DC (or 0xDB40DC) is known color: Free Speech Magenta. HEX triplet: DB, 40 and DC. RGB value is (219,64,220). Sum of RGB (Red+Green+Blue) = 219+64+220=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB40DC is #24BF23. Grayscale: #7F7F7F. Windows color (decimal): -2408228 or 14434523. OLE color: 14434523.

HSL color Cylindrical-coordinate representation of color #DB40DC: hue angle of 299.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB40DC is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 220 -
CMYK 0.00 0.71 0 0.14
HSL 299.62º 0.69% 0.56% -
HSV(B) 299.62º 0.71% 0.86% -
XYZ 43.97 23.89 70 -
YUV 128.13 179.85 192.82 -
System Red Green Blue C M Y K H S L
Decimal 219 64 220 0.00 0.71 0 0.14 299.62 0.69 0.56
Hex DB 40 DC 0 47 0 E 12C 45 38
Octal 333 100 334 0 107 0 16 454 105 70
Binary 11011011 1000000 11011100 0 1000111 0 1110 100101100 1000101 111000

Color Harmonies of #DB40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40DC

Black with #DB40DC

Text Example


Text Example

White with #DB40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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