Html Css Color HEX #DF58DB Free Speech Magenta

📋 copy color: '#DF58DB'

red 223 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #DF58DB

Tints of Free Speech Magenta #DF58DB

RGB

 RED value IS 223 (87.5% from 255) = 42.08%

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

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

R = 42.08%
G = 16.6%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF58DB (or 0xDF58DB) is known color: Free Speech Magenta. HEX triplet: DF, 58 and DB. RGB value is (223,88,219). Sum of RGB (Red+Green+Blue) = 223+88+219=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF58DB is #20A724. Grayscale: #8E8E8E. Windows color (decimal): -2139941 or 14375135. OLE color: 14375135.

HSL color Cylindrical-coordinate representation of color #DF58DB: hue angle of 301.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58DB is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 219 -
CMYK 0 0.61 0.02 0.13
HSL 301.78º 0.68% 0.61% -
HSV(B) 301.78º 0.61% 0.87% -
XYZ 46.71 27.78 69.92 -
YUV 143.3 170.73 184.85 -
System Red Green Blue C M Y K H S L
Decimal 223 88 219 0 0.61 0.02 0.13 301.78 0.68 0.61
Hex DF 58 DB 0 3D 2 D 12E 44 3D
Octal 337 130 333 0 75 2 15 456 104 75
Binary 11011111 1011000 11011011 0 111101 10 1101 100101110 1000100 111101

Color Harmonies of #DF58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF58DB

Black with #DF58DB

Text Example


Text Example

White with #DF58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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