Html Css Color HEX #DB5FC6 Free Speech Magenta

📋 copy color: '#DB5FC6'

red 219 ◦ green 95 ◦ blue 198

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

Shades of Free Speech Magenta #DB5FC6

Tints of Free Speech Magenta #DB5FC6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.55%

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

R = 42.77%
G = 18.55%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DB5FC6 (or 0xDB5FC6) is known color: Free Speech Magenta. HEX triplet: DB, 5F and C6. RGB value is (219,95,198). Sum of RGB (Red+Green+Blue) = 219+95+198=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FC6 is #24A039. Grayscale: #8F8F8F. Windows color (decimal): -2400314 or 13000667. OLE color: 13000667.

HSL color Cylindrical-coordinate representation of color #DB5FC6: hue angle of 310.16º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5FC6 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 198 -
CMYK 0 0.57 0.10 0.14
HSL 310.16º 0.63% 0.62% -
HSV(B) 310.16º 0.57% 0.86% -
XYZ 43.5 27.32 56.41 -
YUV 143.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 219 95 198 0 0.57 0.10 0.14 310.16 0.63 0.62
Hex DB 5F C6 0 39 A E 136 3F 3E
Octal 333 137 306 0 71 12 16 466 77 76
Binary 11011011 1011111 11000110 0 111001 1010 1110 100110110 111111 111110

Color Harmonies of #DB5FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FC6

Black with #DB5FC6

Text Example


Text Example

White with #DB5FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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