Html Css Color HEX #DE63DF Free Speech Magenta

📋 copy color: '#DE63DF'

red 222 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #DE63DF

Tints of Free Speech Magenta #DE63DF

RGB

 RED value IS 222 (87.11% from 255) = 40.81%

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 40.81%
G = 18.2%
B = 40.99%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE63DF (or 0xDE63DF) is known color: Free Speech Magenta. HEX triplet: DE, 63 and DF. RGB value is (222,99,223). Sum of RGB (Red+Green+Blue) = 222+99+223=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE63DF is #219C20. Grayscale: #959595. Windows color (decimal): -2202657 or 14640094. OLE color: 14640094.

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

Color convert

RGB 222 99 223 -
CMYK 0.00 0.56 0 0.13
HSL 299.52º 0.66% 0.63% -
HSV(B) 299.52º 0.56% 0.87% -
XYZ 47.91 29.78 73.04 -
YUV 149.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 222 99 223 0.00 0.56 0 0.13 299.52 0.66 0.63
Hex DE 63 DF 0 38 0 D 12C 42 3F
Octal 336 143 337 0 70 0 15 454 102 77
Binary 11011110 1100011 11011111 0 111000 0 1101 100101100 1000010 111111

Color Harmonies of #DE63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE63DF

Black with #DE63DF

Text Example


Text Example

White with #DE63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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