Html Css Color HEX #DF50D7 Free Speech Magenta

📋 copy color: '#DF50D7'

red 223 ◦ green 80 ◦ blue 215

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

Shades of Free Speech Magenta #DF50D7

Tints of Free Speech Magenta #DF50D7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.44%

 BLUE value IS 215 (84.38% from 255) = 41.51%

R = 43.05%
G = 15.44%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF50D7 (or 0xDF50D7) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D7. RGB value is (223,80,215). Sum of RGB (Red+Green+Blue) = 223+80+215=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D7 is #20AF28. Grayscale: #898989. Windows color (decimal): -2141993 or 14110943. OLE color: 14110943.

HSL color Cylindrical-coordinate representation of color #DF50D7: hue angle of 303.36º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50D7 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 215 -
CMYK 0 0.64 0.04 0.13
HSL 303.36º 0.69% 0.59% -
HSV(B) 303.36º 0.64% 0.87% -
XYZ 45.57 26.33 66.97 -
YUV 138.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 223 80 215 0 0.64 0.04 0.13 303.36 0.69 0.59
Hex DF 50 D7 0 40 4 D 12F 45 3B
Octal 337 120 327 0 100 4 15 457 105 73
Binary 11011111 1010000 11010111 0 1000000 100 1101 100101111 1000101 111011

Color Harmonies of #DF50D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50D7

Black with #DF50D7

Text Example


Text Example

White with #DF50D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50D7; }

 p { color: rgb(223,80,215); }

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

background-color css

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

 a { background-color: rgb(223,80,215); }

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

border-color css

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

 span { border-color: rgb(223,80,215); }

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