Html Css Color HEX #DF63E7 Free Speech Magenta

📋 copy color: '#DF63E7'

red 223 ◦ green 99 ◦ blue 231

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

Shades of Free Speech Magenta #DF63E7

Tints of Free Speech Magenta #DF63E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 40.33%
G = 17.9%
B = 41.77%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF63E7 (or 0xDF63E7) is known color: Free Speech Magenta. HEX triplet: DF, 63 and E7. RGB value is (223,99,231). Sum of RGB (Red+Green+Blue) = 223+99+231=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF63E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF63E7 is #209C18. Grayscale: #969696. Windows color (decimal): -2137113 or 15164383. OLE color: 15164383.

HSL color Cylindrical-coordinate representation of color #DF63E7: hue angle of 296.36º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF63E7 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 99 231 -
CMYK 0.03 0.57 0 0.09
HSL 296.36º 0.73% 0.65% -
HSV(B) 296.36º 0.57% 0.91% -
XYZ 49.32 30.38 78.87 -
YUV 151.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 223 99 231 0.03 0.57 0 0.09 296.36 0.73 0.65
Hex DF 63 E7 3 39 0 9 128 49 41
Octal 337 143 347 3 71 0 11 450 111 101
Binary 11011111 1100011 11100111 11 111001 0 1001 100101000 1001001 1000001

Color Harmonies of #DF63E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63E7

Black with #DF63E7

Text Example


Text Example

White with #DF63E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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