Html Css Color HEX #DB4BEE Free Speech Magenta

📋 copy color: '#DB4BEE'

red 219 ◦ green 75 ◦ blue 238

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

Shades of Free Speech Magenta #DB4BEE

Tints of Free Speech Magenta #DB4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.1%

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

R = 41.17%
G = 14.1%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB4BEE (or 0xDB4BEE) is known color: Free Speech Magenta. HEX triplet: DB, 4B and EE. RGB value is (219,75,238). Sum of RGB (Red+Green+Blue) = 219+75+238=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4BEE is #24B411. Grayscale: #888888. Windows color (decimal): -2405394 or 15616987. OLE color: 15616987.

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

Color convert

RGB 219 75 238 -
CMYK 0.08 0.68 0 0.07
HSL 293.01º 0.83% 0.61% -
HSV(B) 293.01º 0.68% 0.93% -
XYZ 47.16 26.27 83.47 -
YUV 136.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 219 75 238 0.08 0.68 0 0.07 293.01 0.83 0.61
Hex DB 4B EE 8 44 0 7 125 53 3D
Octal 333 113 356 10 104 0 7 445 123 75
Binary 11011011 1001011 11101110 1000 1000100 0 111 100100101 1010011 111101

Color Harmonies of #DB4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4BEE

Black with #DB4BEE

Text Example


Text Example

White with #DB4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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