Html Css Color HEX #DF41D2 Free Speech Magenta

📋 copy color: '#DF41D2'

red 223 ◦ green 65 ◦ blue 210

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

Shades of Free Speech Magenta #DF41D2

Tints of Free Speech Magenta #DF41D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.17%

R = 44.78%
G = 13.05%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF41D2 (or 0xDF41D2) is known color: Free Speech Magenta. HEX triplet: DF, 41 and D2. RGB value is (223,65,210). Sum of RGB (Red+Green+Blue) = 223+65+210=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 210 (82.42% from 255 or 42.17% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF41D2 is #20BE2D. Grayscale: #808080. Windows color (decimal): -2145838 or 13779423. OLE color: 13779423.

HSL color Cylindrical-coordinate representation of color #DF41D2: hue angle of 304.94º 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 #DF41D2 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 65 210 -
CMYK 0 0.71 0.06 0.13
HSL 304.94º 0.71% 0.56% -
HSV(B) 304.94º 0.71% 0.87% -
XYZ 43.95 24.12 63.31 -
YUV 128.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 223 65 210 0 0.71 0.06 0.13 304.94 0.71 0.56
Hex DF 41 D2 0 47 6 D 131 47 38
Octal 337 101 322 0 107 6 15 461 107 70
Binary 11011111 1000001 11010010 0 1000111 110 1101 100110001 1000111 111000

Color Harmonies of #DF41D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF41D2

Black with #DF41D2

Text Example


Text Example

White with #DF41D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF41D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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