Html Css Color HEX #DB42DB Free Speech Magenta

📋 copy color: '#DB42DB'

red 219 ◦ green 66 ◦ blue 219

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

Shades of Free Speech Magenta #DB42DB

Tints of Free Speech Magenta #DB42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.1%

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

R = 43.45%
G = 13.1%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB42DB (or 0xDB42DB) is known color: Free Speech Magenta. HEX triplet: DB, 42 and DB. RGB value is (219,66,219). Sum of RGB (Red+Green+Blue) = 219+66+219=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB42DB is #24BD24. Grayscale: #808080. Windows color (decimal): -2407717 or 14369499. OLE color: 14369499.

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

Color convert

RGB 219 66 219 -
CMYK 0 0.70 0 0.14
HSL 300º 0.68% 0.56% -
HSV(B) 300º 0.7% 0.86% -
XYZ 43.95 24.07 69.35 -
YUV 129.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 219 66 219 0 0.70 0 0.14 300 0.68 0.56
Hex DB 42 DB 0 46 0 E 12C 44 38
Octal 333 102 333 0 106 0 16 454 104 70
Binary 11011011 1000010 11011011 0 1000110 0 1110 100101100 1000100 111000

Color Harmonies of #DB42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42DB

Black with #DB42DB

Text Example


Text Example

White with #DB42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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