Html Css Color HEX #FF58DB Free Speech Magenta

📋 copy color: '#FF58DB'

red 255 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #FF58DB

Tints of Free Speech Magenta #FF58DB

RGB

 RED value IS 255 (100% from 255) = 45.37%

 GREEN value IS 88 (34.77% from 255) = 15.66%

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 45.37%
G = 15.66%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FF58DB (or 0xFF58DB) is known color: Free Speech Magenta. HEX triplet: FF, 58 and DB. RGB value is (255,88,219). Sum of RGB (Red+Green+Blue) = 255+88+219=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 88 (34.77% from 255 or 15.66% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58DB is #00A724. Grayscale: #989898. Windows color (decimal): -42789 or 14375167. OLE color: 14375167.

HSL color Cylindrical-coordinate representation of color #FF58DB: hue angle of 312.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58DB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 88 219 -
CMYK 0 0.65 0.14 0
HSL 312.93º 1% 0.67% -
HSV(B) 312.93º 0.65% 1% -
XYZ 57.52 33.35 70.42 -
YUV 152.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 255 88 219 0 0.65 0.14 0 312.93 1 0.67
Hex FF 58 DB 0 41 E 0 139 64 43
Octal 377 130 333 0 101 16 0 471 144 103
Binary 11111111 1011000 11011011 0 1000001 1110 0 100111001 1100100 1000011

Color Harmonies of #FF58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58DB

Black with #FF58DB

Text Example


Text Example

White with #FF58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58DB; }

 p { color: rgb(255,88,219); }

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

background-color css

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

 a { background-color: rgb(255,88,219); }

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

border-color css

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

 span { border-color: rgb(255,88,219); }

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