Html Css Color HEX #DB57C6 Free Speech Magenta

📋 copy color: '#DB57C6'

red 219 ◦ green 87 ◦ blue 198

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

Shades of Free Speech Magenta #DB57C6

Tints of Free Speech Magenta #DB57C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 43.45%
G = 17.26%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB57C6 (or 0xDB57C6) is known color: Free Speech Magenta. HEX triplet: DB, 57 and C6. RGB value is (219,87,198). Sum of RGB (Red+Green+Blue) = 219+87+198=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57C6 is #24A839. Grayscale: #8A8A8A. Windows color (decimal): -2402362 or 12998619. OLE color: 12998619.

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

Color convert

RGB 219 87 198 -
CMYK 0 0.60 0.10 0.14
HSL 309.55º 0.65% 0.6% -
HSV(B) 309.55º 0.6% 0.86% -
XYZ 42.81 25.95 56.18 -
YUV 139.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 219 87 198 0 0.60 0.10 0.14 309.55 0.65 0.6
Hex DB 57 C6 0 3C A E 136 41 3C
Octal 333 127 306 0 74 12 16 466 101 74
Binary 11011011 1010111 11000110 0 111100 1010 1110 100110110 1000001 111100

Color Harmonies of #DB57C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57C6

Black with #DB57C6

Text Example


Text Example

White with #DB57C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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