Html Css Color HEX #DB57BC Free Speech Magenta

📋 copy color: '#DB57BC'

red 219 ◦ green 87 ◦ blue 188

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

Shades of Free Speech Magenta #DB57BC

Tints of Free Speech Magenta #DB57BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 44.33%
G = 17.61%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DB57BC (or 0xDB57BC) is known color: Free Speech Magenta. HEX triplet: DB, 57 and BC. RGB value is (219,87,188). Sum of RGB (Red+Green+Blue) = 219+87+188=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57BC is #24A843. Grayscale: #898989. Windows color (decimal): -2402372 or 12343259. OLE color: 12343259.

HSL color Cylindrical-coordinate representation of color #DB57BC: hue angle of 314.09º 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 #DB57BC is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 188 -
CMYK 0 0.60 0.14 0.14
HSL 314.09º 0.65% 0.6% -
HSV(B) 314.09º 0.6% 0.86% -
XYZ 41.7 25.51 50.3 -
YUV 137.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 219 87 188 0 0.60 0.14 0.14 314.09 0.65 0.6
Hex DB 57 BC 0 3C E E 13A 41 3C
Octal 333 127 274 0 74 16 16 472 101 74
Binary 11011011 1010111 10111100 0 111100 1110 1110 100111010 1000001 111100

Color Harmonies of #DB57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57BC

Black with #DB57BC

Text Example


Text Example

White with #DB57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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