Html Css Color HEX #DF50D2 Free Speech Magenta

📋 copy color: '#DF50D2'

red 223 ◦ green 80 ◦ blue 210

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

Shades of Free Speech Magenta #DF50D2

Tints of Free Speech Magenta #DF50D2

RGB

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

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

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

R = 43.47%
G = 15.59%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF50D2 (or 0xDF50D2) is known color: Free Speech Magenta. HEX triplet: DF, 50 and D2. RGB value is (223,80,210). Sum of RGB (Red+Green+Blue) = 223+80+210=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50D2 is #20AF2D. Grayscale: #898989. Windows color (decimal): -2141998 or 13783263. OLE color: 13783263.

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

Color convert

RGB 223 80 210 -
CMYK 0 0.64 0.06 0.13
HSL 305.45º 0.69% 0.59% -
HSV(B) 305.45º 0.64% 0.87% -
XYZ 44.93 26.08 63.64 -
YUV 137.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 223 80 210 0 0.64 0.06 0.13 305.45 0.69 0.59
Hex DF 50 D2 0 40 6 D 131 45 3B
Octal 337 120 322 0 100 6 15 461 105 73
Binary 11011111 1010000 11010010 0 1000000 110 1101 100110001 1000101 111011

Color Harmonies of #DF50D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF50D2

Black with #DF50D2

Text Example


Text Example

White with #DF50D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF50D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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