Html Css Color HEX #DB57D3 Free Speech Magenta

📋 copy color: '#DB57D3'

red 219 ◦ green 87 ◦ blue 211

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

Shades of Free Speech Magenta #DB57D3

Tints of Free Speech Magenta #DB57D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.81%

R = 42.36%
G = 16.83%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB57D3 (or 0xDB57D3) is known color: Free Speech Magenta. HEX triplet: DB, 57 and D3. RGB value is (219,87,211). Sum of RGB (Red+Green+Blue) = 219+87+211=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57D3 is #24A82C. Grayscale: #8C8C8C. Windows color (decimal): -2402349 or 13850587. OLE color: 13850587.

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

Color convert

RGB 219 87 211 -
CMYK 0 0.60 0.04 0.14
HSL 303.64º 0.65% 0.6% -
HSV(B) 303.64º 0.6% 0.86% -
XYZ 44.38 26.58 64.42 -
YUV 140.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 219 87 211 0 0.60 0.04 0.14 303.64 0.65 0.6
Hex DB 57 D3 0 3C 4 E 130 41 3C
Octal 333 127 323 0 74 4 16 460 101 74
Binary 11011011 1010111 11010011 0 111100 100 1110 100110000 1000001 111100

Color Harmonies of #DB57D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57D3

Black with #DB57D3

Text Example


Text Example

White with #DB57D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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