Html Css Color HEX #DF63D7 Free Speech Magenta

📋 copy color: '#DF63D7'

red 223 ◦ green 99 ◦ blue 215

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

Shades of Free Speech Magenta #DF63D7

Tints of Free Speech Magenta #DF63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 41.53%
G = 18.44%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF63D7 (or 0xDF63D7) is known color: Free Speech Magenta. HEX triplet: DF, 63 and D7. RGB value is (223,99,215). Sum of RGB (Red+Green+Blue) = 223+99+215=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63D7 is #209C28. Grayscale: #949494. Windows color (decimal): -2137129 or 14115807. OLE color: 14115807.

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

Color convert

RGB 223 99 215 -
CMYK 0 0.56 0.04 0.13
HSL 303.87º 0.66% 0.63% -
HSV(B) 303.87º 0.56% 0.87% -
XYZ 47.16 29.52 67.5 -
YUV 149.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 223 99 215 0 0.56 0.04 0.13 303.87 0.66 0.63
Hex DF 63 D7 0 38 4 D 130 42 3F
Octal 337 143 327 0 70 4 15 460 102 77
Binary 11011111 1100011 11010111 0 111000 100 1101 100110000 1000010 111111

Color Harmonies of #DF63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63D7

Black with #DF63D7

Text Example


Text Example

White with #DF63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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