Html Css Color HEX #DB5AEA Free Speech Magenta

📋 copy color: '#DB5AEA'

red 219 ◦ green 90 ◦ blue 234

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

Shades of Free Speech Magenta #DB5AEA

Tints of Free Speech Magenta #DB5AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.57%

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

R = 40.33%
G = 16.57%
B = 43.09%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB5AEA (or 0xDB5AEA) is known color: Free Speech Magenta. HEX triplet: DB, 5A and EA. RGB value is (219,90,234). Sum of RGB (Red+Green+Blue) = 219+90+234=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB5AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AEA is #24A515. Grayscale: #909090. Windows color (decimal): -2401558 or 15358683. OLE color: 15358683.

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

Color convert

RGB 219 90 234 -
CMYK 0.06 0.62 0 0.08
HSL 293.75º 0.77% 0.64% -
HSV(B) 293.75º 0.62% 0.92% -
XYZ 47.72 28.31 80.79 -
YUV 144.99 178.24 180.79 -
System Red Green Blue C M Y K H S L
Decimal 219 90 234 0.06 0.62 0 0.08 293.75 0.77 0.64
Hex DB 5A EA 6 3E 0 8 126 4D 40
Octal 333 132 352 6 76 0 10 446 115 100
Binary 11011011 1011010 11101010 110 111110 0 1000 100100110 1001101 1000000

Color Harmonies of #DB5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5AEA

Black with #DB5AEA

Text Example


Text Example

White with #DB5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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