Html Css Color HEX #DF63D9 Free Speech Magenta

📋 copy color: '#DF63D9'

red 223 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #DF63D9

Tints of Free Speech Magenta #DF63D9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.37%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 41.37%
G = 18.37%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF63D9 (or 0xDF63D9) is known color: Free Speech Magenta. HEX triplet: DF, 63 and D9. RGB value is (223,99,217). Sum of RGB (Red+Green+Blue) = 223+99+217=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63D9 is #209C26. Grayscale: #959595. Windows color (decimal): -2137127 or 14246879. OLE color: 14246879.

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

Color convert

RGB 223 99 217 -
CMYK 0 0.56 0.03 0.13
HSL 302.9º 0.66% 0.63% -
HSV(B) 302.9º 0.56% 0.87% -
XYZ 47.42 29.62 68.86 -
YUV 149.53 166.08 180.41 -
System Red Green Blue C M Y K H S L
Decimal 223 99 217 0 0.56 0.03 0.13 302.9 0.66 0.63
Hex DF 63 D9 0 38 3 D 12F 42 3F
Octal 337 143 331 0 70 3 15 457 102 77
Binary 11011111 1100011 11011001 0 111000 11 1101 100101111 1000010 111111

Color Harmonies of #DF63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63D9

Black with #DF63D9

Text Example


Text Example

White with #DF63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63D9; }

 p { color: rgb(223,99,217); }

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

background-color css

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

 a { background-color: rgb(223,99,217); }

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

border-color css

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

 span { border-color: rgb(223,99,217); }

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