Html Css Color HEX #DF41DB Free Speech Magenta

📋 copy color: '#DF41DB'

red 223 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #DF41DB

Tints of Free Speech Magenta #DF41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.82%

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

R = 43.98%
G = 12.82%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF41DB (or 0xDF41DB) is known color: Free Speech Magenta. HEX triplet: DF, 41 and DB. RGB value is (223,65,219). Sum of RGB (Red+Green+Blue) = 223+65+219=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41DB is #20BE24. Grayscale: #818181. Windows color (decimal): -2145829 or 14369247. OLE color: 14369247.

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

Color convert

RGB 223 65 219 -
CMYK 0 0.71 0.02 0.13
HSL 301.52º 0.71% 0.56% -
HSV(B) 301.52º 0.71% 0.87% -
XYZ 45.11 24.58 69.39 -
YUV 129.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 223 65 219 0 0.71 0.02 0.13 301.52 0.71 0.56
Hex DF 41 DB 0 47 2 D 12E 47 38
Octal 337 101 333 0 107 2 15 456 107 70
Binary 11011111 1000001 11011011 0 1000111 10 1101 100101110 1000111 111000

Color Harmonies of #DF41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41DB

Black with #DF41DB

Text Example


Text Example

White with #DF41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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