Html Css Color HEX #DB57C7 Free Speech Magenta

📋 copy color: '#DB57C7'

red 219 ◦ green 87 ◦ blue 199

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

Shades of Free Speech Magenta #DB57C7

Tints of Free Speech Magenta #DB57C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.41%

R = 43.37%
G = 17.23%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB57C7 (or 0xDB57C7) is known color: Free Speech Magenta. HEX triplet: DB, 57 and C7. RGB value is (219,87,199). Sum of RGB (Red+Green+Blue) = 219+87+199=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB57C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB57C7 is #24A838. Grayscale: #8A8A8A. Windows color (decimal): -2402361 or 13064155. OLE color: 13064155.

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

Color convert

RGB 219 87 199 -
CMYK 0 0.60 0.09 0.14
HSL 309.09º 0.65% 0.6% -
HSV(B) 309.09º 0.6% 0.86% -
XYZ 42.93 26 56.79 -
YUV 139.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 219 87 199 0 0.60 0.09 0.14 309.09 0.65 0.6
Hex DB 57 C7 0 3C 9 E 135 41 3C
Octal 333 127 307 0 74 11 16 465 101 74
Binary 11011011 1010111 11000111 0 111100 1001 1110 100110101 1000001 111100

Color Harmonies of #DB57C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB57C7

Black with #DB57C7

Text Example


Text Example

White with #DB57C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB57C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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