Html Css Color HEX #DB57DA Free Speech Magenta

📋 copy color: '#DB57DA'

red 219 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Magenta #DB57DA

Tints of Free Speech Magenta #DB57DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.6%

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

R = 41.79%
G = 16.6%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB57DA (or 0xDB57DA) is known color: Free Speech Magenta. HEX triplet: DB, 57 and DA. RGB value is (219,87,218). Sum of RGB (Red+Green+Blue) = 219+87+218=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57DA is #24A825. Grayscale: #8D8D8D. Windows color (decimal): -2402342 or 14309339. OLE color: 14309339.

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

Color convert

RGB 219 87 218 -
CMYK 0 0.60 0.00 0.14
HSL 300.45º 0.65% 0.6% -
HSV(B) 300.45º 0.6% 0.86% -
XYZ 45.28 26.94 69.14 -
YUV 141.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 219 87 218 0 0.60 0.00 0.14 300.45 0.65 0.6
Hex DB 57 DA 0 3C 0 E 12C 41 3C
Octal 333 127 332 0 74 0 16 454 101 74
Binary 11011011 1010111 11011010 0 111100 0 1110 100101100 1000001 111100

Color Harmonies of #DB57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57DA

Black with #DB57DA

Text Example


Text Example

White with #DB57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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