Html Css Color HEX #DB38EE Free Speech Magenta

📋 copy color: '#DB38EE'

red 219 ◦ green 56 ◦ blue 238

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

Shades of Free Speech Magenta #DB38EE

Tints of Free Speech Magenta #DB38EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 42.69%
G = 10.92%
B = 46.39%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB38EE (or 0xDB38EE) is known color: Free Speech Magenta. HEX triplet: DB, 38 and EE. RGB value is (219,56,238). Sum of RGB (Red+Green+Blue) = 219+56+238=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 56 (22.27% from 255 or 10.92% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38EE is #24C711. Grayscale: #7C7C7C. Windows color (decimal): -2410258 or 15612123. OLE color: 15612123.

HSL color Cylindrical-coordinate representation of color #DB38EE: hue angle of 293.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB38EE is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 56 238 -
CMYK 0.08 0.76 0 0.07
HSL 293.74º 0.84% 0.58% -
HSV(B) 293.74º 0.76% 0.93% -
XYZ 46.06 24.06 83.11 -
YUV 125.49 191.5 194.7 -
System Red Green Blue C M Y K H S L
Decimal 219 56 238 0.08 0.76 0 0.07 293.74 0.84 0.58
Hex DB 38 EE 8 4C 0 7 126 54 3A
Octal 333 70 356 10 114 0 7 446 124 72
Binary 11011011 111000 11101110 1000 1001100 0 111 100100110 1010100 111010

Color Harmonies of #DB38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38EE

Black with #DB38EE

Text Example


Text Example

White with #DB38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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