Html Css Color HEX #DF63DC Free Speech Magenta

📋 copy color: '#DF63DC'

red 223 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #DF63DC

Tints of Free Speech Magenta #DF63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 41.14%
G = 18.27%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF63DC (or 0xDF63DC) is known color: Free Speech Magenta. HEX triplet: DF, 63 and DC. RGB value is (223,99,220). Sum of RGB (Red+Green+Blue) = 223+99+220=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63DC is #209C23. Grayscale: #959595. Windows color (decimal): -2137124 or 14443487. OLE color: 14443487.

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

Color convert

RGB 223 99 220 -
CMYK 0 0.56 0.01 0.13
HSL 301.45º 0.66% 0.63% -
HSV(B) 301.45º 0.56% 0.87% -
XYZ 47.81 29.78 70.94 -
YUV 149.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 223 99 220 0 0.56 0.01 0.13 301.45 0.66 0.63
Hex DF 63 DC 0 38 1 D 12D 42 3F
Octal 337 143 334 0 70 1 15 455 102 77
Binary 11011111 1100011 11011100 0 111000 1 1101 100101101 1000010 111111

Color Harmonies of #DF63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63DC

Black with #DF63DC

Text Example


Text Example

White with #DF63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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