Html Css Color HEX #DF63EA Free Speech Magenta

📋 copy color: '#DF63EA'

red 223 ◦ green 99 ◦ blue 234

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

Shades of Free Speech Magenta #DF63EA

Tints of Free Speech Magenta #DF63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 40.11%
G = 17.81%
B = 42.09%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF63EA (or 0xDF63EA) is known color: Free Speech Magenta. HEX triplet: DF, 63 and EA. RGB value is (223,99,234). Sum of RGB (Red+Green+Blue) = 223+99+234=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF63EA is #209C15. Grayscale: #979797. Windows color (decimal): -2137110 or 15360991. OLE color: 15360991.

HSL color Cylindrical-coordinate representation of color #DF63EA: hue angle of 295.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF63EA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 99 234 -
CMYK 0.05 0.58 0 0.08
HSL 295.11º 0.76% 0.65% -
HSV(B) 295.11º 0.58% 0.92% -
XYZ 49.74 30.55 81.12 -
YUV 151.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 223 99 234 0.05 0.58 0 0.08 295.11 0.76 0.65
Hex DF 63 EA 5 3A 0 8 127 4C 41
Octal 337 143 352 5 72 0 10 447 114 101
Binary 11011111 1100011 11101010 101 111010 0 1000 100100111 1001100 1000001

Color Harmonies of #DF63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63EA

Black with #DF63EA

Text Example


Text Example

White with #DF63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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