Html Css Color HEX #DB5FC9 Free Speech Magenta

📋 copy color: '#DB5FC9'

red 219 ◦ green 95 ◦ blue 201

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

Shades of Free Speech Magenta #DB5FC9

Tints of Free Speech Magenta #DB5FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 42.52%
G = 18.45%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB5FC9 (or 0xDB5FC9) is known color: Free Speech Magenta. HEX triplet: DB, 5F and C9. RGB value is (219,95,201). Sum of RGB (Red+Green+Blue) = 219+95+201=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FC9 is #24A036. Grayscale: #8F8F8F. Windows color (decimal): -2400311 or 13197275. OLE color: 13197275.

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

Color convert

RGB 219 95 201 -
CMYK 0 0.57 0.08 0.14
HSL 308.71º 0.63% 0.62% -
HSV(B) 308.71º 0.57% 0.86% -
XYZ 43.85 27.46 58.25 -
YUV 144.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 219 95 201 0 0.57 0.08 0.14 308.71 0.63 0.62
Hex DB 5F C9 0 39 8 E 135 3F 3E
Octal 333 137 311 0 71 10 16 465 77 76
Binary 11011011 1011111 11001001 0 111001 1000 1110 100110101 111111 111110

Color Harmonies of #DB5FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FC9

Black with #DB5FC9

Text Example


Text Example

White with #DB5FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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