Html Css Color HEX #DF63D8 Free Speech Magenta

📋 copy color: '#DF63D8'

red 223 ◦ green 99 ◦ blue 216

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

Shades of Free Speech Magenta #DF63D8

Tints of Free Speech Magenta #DF63D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 41.45%
G = 18.4%
B = 40.15%

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

#DF63D8 (or 0xDF63D8) is known color: Free Speech Magenta. HEX triplet: DF, 63 and D8. RGB value is (223,99,216). Sum of RGB (Red+Green+Blue) = 223+99+216=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63D8 is #209C27. Grayscale: #959595. Windows color (decimal): -2137128 or 14181343. OLE color: 14181343.

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

Color convert

RGB 223 99 216 -
CMYK 0 0.56 0.03 0.13
HSL 303.39º 0.66% 0.63% -
HSV(B) 303.39º 0.56% 0.87% -
XYZ 47.29 29.57 68.18 -
YUV 149.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 223 99 216 0 0.56 0.03 0.13 303.39 0.66 0.63
Hex DF 63 D8 0 38 3 D 12F 42 3F
Octal 337 143 330 0 70 3 15 457 102 77
Binary 11011111 1100011 11011000 0 111000 11 1101 100101111 1000010 111111

Color Harmonies of #DF63D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63D8

Black with #DF63D8

Text Example


Text Example

White with #DF63D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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