Html Css Color HEX #DB4CEB Free Speech Magenta

📋 copy color: '#DB4CEB'

red 219 ◦ green 76 ◦ blue 235

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

Shades of Free Speech Magenta #DB4CEB

Tints of Free Speech Magenta #DB4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.34%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 41.32%
G = 14.34%
B = 44.34%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB4CEB (or 0xDB4CEB) is known color: Free Speech Magenta. HEX triplet: DB, 4C and EB. RGB value is (219,76,235). Sum of RGB (Red+Green+Blue) = 219+76+235=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 76 (30.08% from 255 or 14.34% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CEB is #24B314. Grayscale: #888888. Windows color (decimal): -2405141 or 15420635. OLE color: 15420635.

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

Color convert

RGB 219 76 235 -
CMYK 0.07 0.68 0 0.08
HSL 293.96º 0.8% 0.61% -
HSV(B) 293.96º 0.68% 0.92% -
XYZ 46.79 26.23 81.19 -
YUV 136.88 183.38 186.57 -
System Red Green Blue C M Y K H S L
Decimal 219 76 235 0.07 0.68 0 0.08 293.96 0.8 0.61
Hex DB 4C EB 7 44 0 8 126 50 3D
Octal 333 114 353 7 104 0 10 446 120 75
Binary 11011011 1001100 11101011 111 1000100 0 1000 100100110 1010000 111101

Color Harmonies of #DB4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4CEB

Black with #DB4CEB

Text Example


Text Example

White with #DB4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4CEB; }

 p { color: rgb(219,76,235); }

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

background-color css

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

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

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

border-color css

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

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

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