Html Css Color HEX #DB57DD Free Speech Magenta

📋 copy color: '#DB57DD'

red 219 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #DB57DD

Tints of Free Speech Magenta #DB57DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 41.56%
G = 16.51%
B = 41.94%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB57DD (or 0xDB57DD) is known color: Free Speech Magenta. HEX triplet: DB, 57 and DD. RGB value is (219,87,221). Sum of RGB (Red+Green+Blue) = 219+87+221=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57DD is #24A822. Grayscale: #8D8D8D. Windows color (decimal): -2402339 or 14505947. OLE color: 14505947.

HSL color Cylindrical-coordinate representation of color #DB57DD: hue angle of 299.1º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB57DD is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 87 221 -
CMYK 0.01 0.61 0 0.13
HSL 299.1º 0.66% 0.6% -
HSV(B) 299.1º 0.61% 0.87% -
XYZ 45.67 27.1 71.23 -
YUV 141.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 219 87 221 0.01 0.61 0 0.13 299.1 0.66 0.6
Hex DB 57 DD 1 3D 0 D 12B 42 3C
Octal 333 127 335 1 75 0 15 453 102 74
Binary 11011011 1010111 11011101 1 111101 0 1101 100101011 1000010 111100

Color Harmonies of #DB57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57DD

Black with #DB57DD

Text Example


Text Example

White with #DB57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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