Html Css Color HEX #DB38DB Free Speech Magenta

📋 copy color: '#DB38DB'

red 219 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #DB38DB

Tints of Free Speech Magenta #DB38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.34%

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

R = 44.33%
G = 11.34%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB38DB (or 0xDB38DB) is known color: Free Speech Magenta. HEX triplet: DB, 38 and DB. RGB value is (219,56,219). Sum of RGB (Red+Green+Blue) = 219+56+219=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38DB is #24C724. Grayscale: #7A7A7A. Windows color (decimal): -2410277 or 14366939. OLE color: 14366939.

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

Color convert

RGB 219 56 219 -
CMYK 0 0.74 0 0.14
HSL 300º 0.69% 0.54% -
HSV(B) 300º 0.74% 0.86% -
XYZ 43.41 23 69.17 -
YUV 123.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 219 56 219 0 0.74 0 0.14 300 0.69 0.54
Hex DB 38 DB 0 4A 0 E 12C 45 36
Octal 333 70 333 0 112 0 16 454 105 66
Binary 11011011 111000 11011011 0 1001010 0 1110 100101100 1000101 110110

Color Harmonies of #DB38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38DB

Black with #DB38DB

Text Example


Text Example

White with #DB38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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