Html Css Color HEX #DB38F6 Free Speech Magenta

📋 copy color: '#DB38F6'

red 219 ◦ green 56 ◦ blue 246

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

Shades of Free Speech Magenta #DB38F6

Tints of Free Speech Magenta #DB38F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 42.03%
G = 10.75%
B = 47.22%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB38F6 (or 0xDB38F6) is known color: Free Speech Magenta. HEX triplet: DB, 38 and F6. RGB value is (219,56,246). Sum of RGB (Red+Green+Blue) = 219+56+246=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB38F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38F6 is #24C709. Grayscale: #7D7D7D. Windows color (decimal): -2410250 or 16136411. OLE color: 16136411.

HSL color Cylindrical-coordinate representation of color #DB38F6: hue angle of 291.47º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB38F6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 56 246 -
CMYK 0.11 0.77 0 0.04
HSL 291.47º 0.91% 0.59% -
HSV(B) 291.47º 0.77% 0.96% -
XYZ 47.26 24.54 89.43 -
YUV 126.4 195.5 194.05 -
System Red Green Blue C M Y K H S L
Decimal 219 56 246 0.11 0.77 0 0.04 291.47 0.91 0.59
Hex DB 38 F6 B 4D 0 4 123 5B 3B
Octal 333 70 366 13 115 0 4 443 133 73
Binary 11011011 111000 11110110 1011 1001101 0 100 100100011 1011011 111011

Color Harmonies of #DB38F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38F6

Black with #DB38F6

Text Example


Text Example

White with #DB38F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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