Html Css Color HEX #DB38D6 Free Speech Magenta

📋 copy color: '#DB38D6'

red 219 ◦ green 56 ◦ blue 214

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

Shades of Free Speech Magenta #DB38D6

Tints of Free Speech Magenta #DB38D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 44.79%
G = 11.45%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB38D6 (or 0xDB38D6) is known color: Free Speech Magenta. HEX triplet: DB, 38 and D6. RGB value is (219,56,214). Sum of RGB (Red+Green+Blue) = 219+56+214=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38D6 is #24C729. Grayscale: #7A7A7A. Windows color (decimal): -2410282 or 14039259. OLE color: 14039259.

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

Color convert

RGB 219 56 214 -
CMYK 0 0.74 0.02 0.14
HSL 301.84º 0.69% 0.54% -
HSV(B) 301.84º 0.74% 0.86% -
XYZ 42.77 22.74 65.75 -
YUV 122.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 219 56 214 0 0.74 0.02 0.14 301.84 0.69 0.54
Hex DB 38 D6 0 4A 2 E 12E 45 36
Octal 333 70 326 0 112 2 16 456 105 66
Binary 11011011 111000 11010110 0 1001010 10 1110 100101110 1000101 110110

Color Harmonies of #DB38D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38D6

Black with #DB38D6

Text Example


Text Example

White with #DB38D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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