Html Css Color HEX #DF63BE Free Speech Magenta

📋 copy color: '#DF63BE'

red 223 ◦ green 99 ◦ blue 190

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

Shades of Free Speech Magenta #DF63BE

Tints of Free Speech Magenta #DF63BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 43.55%
G = 19.34%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF63BE (or 0xDF63BE) is known color: Free Speech Magenta. HEX triplet: DF, 63 and BE. RGB value is (223,99,190). Sum of RGB (Red+Green+Blue) = 223+99+190=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF63BE is #209C41. Grayscale: #929292. Windows color (decimal): -2137154 or 12477407. OLE color: 12477407.

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

Color convert

RGB 223 99 190 -
CMYK 0 0.56 0.15 0.13
HSL 315.97º 0.66% 0.63% -
HSV(B) 315.97º 0.56% 0.87% -
XYZ 44.19 28.33 51.85 -
YUV 146.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 223 99 190 0 0.56 0.15 0.13 315.97 0.66 0.63
Hex DF 63 BE 0 38 F D 13C 42 3F
Octal 337 143 276 0 70 17 15 474 102 77
Binary 11011111 1100011 10111110 0 111000 1111 1101 100111100 1000010 111111

Color Harmonies of #DF63BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF63BE

Black with #DF63BE

Text Example


Text Example

White with #DF63BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF63BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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