Html Css Color HEX #DB5ADA Free Speech Magenta

📋 copy color: '#DB5ADA'

red 219 ◦ green 90 ◦ blue 218

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

Shades of Free Speech Magenta #DB5ADA

Tints of Free Speech Magenta #DB5ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 41.56%
G = 17.08%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB5ADA (or 0xDB5ADA) is known color: Free Speech Magenta. HEX triplet: DB, 5A and DA. RGB value is (219,90,218). Sum of RGB (Red+Green+Blue) = 219+90+218=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5ADA is #24A525. Grayscale: #8E8E8E. Windows color (decimal): -2401574 or 14310107. OLE color: 14310107.

HSL color Cylindrical-coordinate representation of color #DB5ADA: hue angle of 300.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5ADA is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 90 218 -
CMYK 0 0.59 0.00 0.14
HSL 300.47º 0.64% 0.61% -
HSV(B) 300.47º 0.59% 0.86% -
XYZ 45.52 27.43 69.23 -
YUV 143.16 170.24 182.09 -
System Red Green Blue C M Y K H S L
Decimal 219 90 218 0 0.59 0.00 0.14 300.47 0.64 0.61
Hex DB 5A DA 0 3B 0 E 12C 40 3D
Octal 333 132 332 0 73 0 16 454 100 75
Binary 11011011 1011010 11011010 0 111011 0 1110 100101100 1000000 111101

Color Harmonies of #DB5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5ADA

Black with #DB5ADA

Text Example


Text Example

White with #DB5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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