Html Css Color HEX #DB5CEA Free Speech Magenta

📋 copy color: '#DB5CEA'

red 219 ◦ green 92 ◦ blue 234

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

Shades of Free Speech Magenta #DB5CEA

Tints of Free Speech Magenta #DB5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.88%

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 40.18%
G = 16.88%
B = 42.94%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB5CEA (or 0xDB5CEA) is known color: Free Speech Magenta. HEX triplet: DB, 5C and EA. RGB value is (219,92,234). Sum of RGB (Red+Green+Blue) = 219+92+234=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5CEA is #24A315. Grayscale: #919191. Windows color (decimal): -2401046 or 15359195. OLE color: 15359195.

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

Color convert

RGB 219 92 234 -
CMYK 0.06 0.61 0 0.08
HSL 293.66º 0.77% 0.64% -
HSV(B) 293.66º 0.61% 0.92% -
XYZ 47.89 28.65 80.85 -
YUV 146.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 219 92 234 0.06 0.61 0 0.08 293.66 0.77 0.64
Hex DB 5C EA 6 3D 0 8 126 4D 40
Octal 333 134 352 6 75 0 10 446 115 100
Binary 11011011 1011100 11101010 110 111101 0 1000 100100110 1001101 1000000

Color Harmonies of #DB5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CEA

Black with #DB5CEA

Text Example


Text Example

White with #DB5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CEA; }

 p { color: rgb(219,92,234); }

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

background-color css

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

 a { background-color: rgb(219,92,234); }

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

border-color css

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

 span { border-color: rgb(219,92,234); }

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