Html Css Color HEX #DF50D4 Free Speech Magenta

📋 copy color: '#DF50D4'

red 223 ◦ green 80 ◦ blue 212

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

Shades of Free Speech Magenta #DF50D4

Tints of Free Speech Magenta #DF50D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.17%

R = 43.3%
G = 15.53%
B = 41.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF50D4 (or 0xDF50D4) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D4. RGB value is (223,80,212). Sum of RGB (Red+Green+Blue) = 223+80+212=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D4 is #20AF2B. Grayscale: #898989. Windows color (decimal): -2141996 or 13914335. OLE color: 13914335.

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

Color convert

RGB 223 80 212 -
CMYK 0 0.64 0.05 0.13
HSL 304.62º 0.69% 0.59% -
HSV(B) 304.62º 0.64% 0.87% -
XYZ 45.18 26.18 64.96 -
YUV 137.81 169.88 188.77 -
System Red Green Blue C M Y K H S L
Decimal 223 80 212 0 0.64 0.05 0.13 304.62 0.69 0.59
Hex DF 50 D4 0 40 5 D 131 45 3B
Octal 337 120 324 0 100 5 15 461 105 73
Binary 11011111 1010000 11010100 0 1000000 101 1101 100110001 1000101 111011

Color Harmonies of #DF50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50D4

Black with #DF50D4

Text Example


Text Example

White with #DF50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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